@charset "UTF-8";
/* CSS Document */

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

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


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

div#site_container {
	width:			826px;
	float: 			left;
	min-height:		100%;
  	height:			auto !important;
  	height: 		100%;
	background:		url('../img/backgroundVRO.jpg') repeat-y top left;
	margin: 		auto auto;
}

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

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

div#footer_container {
	float: 			right;
	height:  		50px;
  	margin-top: 	-52px;
	position: 		relative;
	width: 			826px;
}
#form_container {

	float: 				right;
	position: 			relative;
	width: 				100%;
	min-height: 		100%;
	-height: 			100%;
	height:				100%;
	padding-bottom: 	50px;
	color:				#ffffff;
	

}
