html, body { 
	height: 		100%;
	margin: 		0px;
	padding: 		0px;
	width: 			100%;
}

div#body_container {
	height: 		100%;
	width: 			100%;
}


div#site_container_aligner {
	height: 		100%;
	margin: 		auto auto;
	width: 			1000px;
}

div#site_container {
	float: 			left;
	min-height:		100%;
  	height:			auto !important;
  	height: 		100%;
	margin: 		auto auto;
	width:			1000px;
}

div#header_container {
	height: 		149px;
	position: 		relative;
	width: 			100%;
}

div#content_container {
	float: 			right;
	min-height: 	100%;
	position: 		relative;
	width: 			100%;
}