body {
padding: 0;
margin: 0;
background: #fff;
width: 100%;
}

img.center {
position: absolute;
left: 50%;
width: 1024px;
margin-left: -512px; /* negative Hälfte von width */
top: 50%;
height: 2270px;
margin-top: -350px; /* negative Hälfte von height */
}


td { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: maroon; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover { color: red; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

