/* CSS Document */

body {
	font-size: 16px;
	margin: 0em auto;
	padding: 0em;
	background: url(../images/img_background.gif) top center repeat-y;
  	font-family: Verdana,Tahoma, Arial,sans-serif;

}
img{
	border:0;
}
img.center {
	position: absolute;
	left: 50%;
	width: 500px;
	margin-left: -250px; /* negative Hälfte von width:400px */
	top: 50%;
	height: 400px;
	margin-top: -200px; /* negative Hälfte von height:150px */
}

body{
	position: absolute;
	left: 50%;
	width: 500px;
	margin-left: -250px; /* negative Hälfte von width:400px */
	top: 50%;
	height: 400px;
	margin-top: -200px; /* negative Hälfte von height:150px */
}
