body {
	background-color: #EEEEEE;
	background-image: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position:center; 
 background-attachment:fixed;}

#container { 
	position:absolute; 
	height:700px; 
	background-color:#FFFFFF; 
	width:1000px; 
	margin-top:-350px; 
	margin-left:-500px; 
	top:50%; 
	left:50%;
} 

#header { 
	 background-image:url(../images/oben.jpg); 
	 height:175px; 
	 width:1000px;
}

#menu { 
	background-color:#999999; 
	height:22px; 
	padding:0px; 
} 

#main { 
	background-image:url(../images/unten.jpg); 
	height:503px;
	width:1000px; 
} 
	
