/* 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: 900px;
    height: 460px;
    margin-left:-450px;
    margin-top:-240px;
}
#inhalt { width:890px; height:545px; margin:0 auto; border:1px solid #ccc; }
#footer {text-align:center; margin:5px auto; width:890px; height:30px;}


