/* CSS Document */
body { font-family: Verdana, Helvetica, sans-serif; font-size:9px; color:#999; 	background-color: #000;}
a, a:visited, a:active, a:hover { text-decoration:none; font-weight:normal; font-size:9px; color:#999; }

#container {
    position:absolute;
    left:50%;
    top:50%;
    width: 892px;
    height: 547px;
    margin-left:-445px;
    margin-top:-300px;
}
#inhalt { width:890px; height:545px; margin:0 auto; }
#footer {text-align:center; margin:5px auto; width:890px; height:30px;}

