

#page {
}

#header {
	position: absolute;
	left: 32px;
	top: 32px;
}

#nav {
	position: absolute;
	left: 32px;
	top: 128px;
}

#navLang {
	position: absolute;
	right: 32px;
	top: 8px;
}

#main {
	position: absolute;
	left: 178px;
	top: 128px;
	width: 612px;
}

#errors {
	font-family: verdana;
	font-size: 12px;
	position: fixed;
	left: 32px;
	right: 32px;
	bottom: 32px;
	color: #333;
	background-color: #ff9900;
	padding: 8px;
	opacity: .8;
}

#errors a, #errors p {
	font-family: verdana;
	font-size: 10px;
}

#errors a {
	font-weight: bold;
}

#errors p + p {
	margin-top: 2px;
}