#site {
	width: 780px;
	height: 550px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	margin-left: -390px;
	margin-top: -275px;
	left: 50%;
	top: 50%;
	z-index: 0;


}

#genericnav {
	background-color: #7798A4;
	position: absolute;
	height: 45px;
	width: 780px;
	font-size: 15px;
	font-weight: bold;
	z-index: 4;
	left: 0px;
	bottom: 0px;




}
#genericnav #language {
	position: absolute;
	left: 40px;
	bottom: 12px;


}
#genericnav #home {
	position: absolute;
	left: 340px;
	bottom: 12px;

}
#genericnav #sitemap {
	position: absolute;
	right: 40px;
	bottom: 12px;
