/* CSS Document */
body {
	background-color: #eeeeee;
/*	text-align: center;*/
}

#content {
	position: absolute;
	width: 900px;
	height: 550px;
	left: 50%;
   	margin-left: -450px;  /* Um die Hälfte der Breite nach links schieben */
	top: 50%;
	margin-top: -275px;   /* Um die Hälfte der Höhe nach oben schieben */


/*	 margin-left: auto; */
/*	margin-right: auto;*/
/*	text-align: left;*/
}


