html, body, img, div {padding: 0; margin-top: 0; border: 0;}
  
#zentriert {
position: absolute;
width: 850px; 
height: 400px; 
left: 50%; 
top: 50%; 
margin-left: -425px;
margin-top: -200px; 
}

html, body {
background-color : #ffcc66;
} 

p {
text-align: center;
}

A {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #ffffcc;
}

A:hover {
	text-decoration : underline;
}

