html, body { height: 100%;}

body {
	text-align: center;
	width: 100%;
	position: relative;
}


#root{
	width: 990px;
	height: 100%;
	text-align:left;
	margin: 0 auto;
}

#root #header {
	height: 1px;
}

#root #middle {
}

#root #footer {
	height: 1px;
	position:relative;
}


/*-----------------------------------------------------------*/
#mid_table {
	width: 100%;
	height: 100%;
}

#mid_table #left_column {
	width: 204px;
	padding: 0 10px 0 0;
}

#mid_table #center_column {
}

#mid_table #right_column {
	width: 248px;
	padding: 0 0 0 10px;
}
