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

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


div#site_container_aligner {
	width: 				907px;
	height: 			100%;
	margin: 			auto auto;
	margin-top: 		30px;
}

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

div#header_container {
	position: 			relative;
	width: 				100%;
	min-height: 		216px;
	-height: 			216px;
}

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

