body {
	overflow: Auto;
	margin:0px;
	background-color: #D9D9D9;
	font-family:Arial, Helvetica, sans-serif;

}

/* Problem bei dieser Lösung zum horizontalen u. vertikalen Zentrieren:

bei einer Auflösung von weniger als 1024x768 ist die ganze Seite nicht mehr einsehbar

*/

#horizon        

	{

	text-align: center;

	position: absolute;

	top: 50%;

	left: 0px;

	width: 100%;

	}

#container    

	{
	margin-left: -510px; /* halber Wert von width */
	position: absolute;
	top: -305px;			 /* halber Wert von height */
	left: 50%;
	width: 1020px;
	height: 610px;
	background-color: #D9D9D9;

	}
