#body {
padding: 0px;
margin: 0px;
}
	
#content {
z-index: 2;
position: absolute;
left: 50%; 
right: 50%;
top: 18%;
margin-left: -455px;
margin-right: -455px;
font: 12px Tahoma;
color: #504B40;
line-height: 1.5;
vertical-align:bottom;
}

#lang {
padding: 10px 30px 0px 0px;
float: right;
}

#content a {
	color: #504B40;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}

#background {
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}