@charset "UTF-8";
/* CSS Document */

/* Reset all */
*{
padding: 0;
margin: 0;
}

body {
font-size: 85%;
font-family: 'Trebuchet MS', Verdana, Arail, Sans-Serif;
text-align: center;
background: #000000;
overflow: hidden;
}

#wrapper {
width: 100%;
margin: 0 auto;
text-align: left;
}

#main {
float: left;
width: 100%;
height: auto;
text-align: right;
background: #000000;
}

#mainframe {
float: none;
margin: 0 auto;
padding: 0 0 0 0;
width: 2000px;
height: 2000px;
text-align: right;
background: #000000 url(bg.jpg) center fixed no-repeat;
}

#container{ 
position: absolute;
width: 1002px;
height: 582px;
left: 50%;
margin-left: -501px;  /* Um die Hälfte der Breite nach links schieben */
top: 50%;
margin-top: -291px;   /* Um die Hälfte der Höhe nach oben schieben */
border:1px solid #000000;
}
