body { 
	margin:0px; 
	padding:0px; 
	background-color:#ffffff;
	text-align:center;
}

.bg-lang {
	background: #ffffff url(../img/bg-language.jpg) no-repeat center 210px;
}

#logo-lang {
	width:560px;
	height:154px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#logo-lang .logo {
	width:350px;
	height:154px;
	float:left;
}

#logo-lang .nav {
	width:210px;
	height:154px;
	float:left;
	margin-top:75px;
}

#logo-lang a:focus {outline:none} /* will get rid of those annoying outlines the browser creates around clicked links. */

#dewitte {
	width:180px;
	height:22px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:344px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

* html #dewitte { /* targets IE6 only */ margin-top:268px; }

#dewitte a:link, #dewitte a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
}

#dewitte a:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}



