/* CSS Document */

body
{ 
	background-color:#333;
	padding:0px; 
	margin: 0px;
}
#center {
	width:730px;
	height:350px; 
	position:absolute;
	margin-top:-175px; /*1/2 Hoehe plus 30-40 px fuer die Untertitel*/
	margin-left:-365px;
	top: 50%;
	left:50%;
	text-align:center;
}