body	{
	background-image: url(../images/hintergrundbild.jpg); 
	background-repeat:no-repeat;
	background-position:center top;
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color:#000;
	background-color:#999;
}

#content { 
	position:absolute; 
	width:1100px;
	height:750px;
	top:50px;
	left:50%;
	margin-left:-550px;
}

#contentNoFlash {
	position:absolute; 
	width:500px;
	height:200px;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-250px;
	border:solid 1px #ccc;
}

#contentNoFlashText {
	position:relative;
	text-align:center;
	width:480px;
	height:180px;
	margin:10px;
	padding:10px;
}

a {
	color:#fff;
	text-decoration:none;
}