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

div#aligner {
	width: 			1024px;
	height: 		100%;
	margin: 		auto auto;
}

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

div#header {
	width: 			100%;
	height: 		160px;
	position: 		relative;
}

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

div#footer { 
	float: 			left;
	height:  		20px;
  	margin-top: 	-20px;
	position: 		relative;
	width: 			100%;
}


div#footer_bg {
	background:		url('../../img/footer_bg.jpg');
	position:		absolute;
	width: 			100%;
	left:			-100%;
}

div#container div#header div#nav-container ul.main-navigation-items li.language {
	width: 50px;
}

div#container div#header div#nav-container ul.main-navigation-items li.language a.language {
	background: 	url('../../img/flag.jpg') center center no-repeat;
	line-height: 	auto;
	text-indent: 	-10000px;
	width: 			50px;
}

