/* reset */
#header {
	height: auto;
	background: none;
	margin-bottom: 0;
}

#logo {
	position: static;
}

#navLang {
	position: static;
	float: none;
	margin-top: 66px;
	text-align: center;
}

#navLang li {
	float: none;
	display: inline;
	margin-left: 6px;
}




/* layout */
#all {
	position: absolute;
	height: 150px;
	top: 50%;
	margin-top: -75px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
}