@charset "utf-8";
/* CSS Document */
#wrapper {
position: absolute;
left: 50%;
width: 680px;
margin-left: -340px; /* negative Hälfte von width:970px */
top: 20px;
} 

