
#inhalt{
    position:absolute;

    left:0px;
    background-color: #000000;
    width:740px;
    height:500px;;
}

#container{
   height:500px;
   width:740px;
   position:absolute;
   top:50px;
   background-color: #000000;
   left:50%;
	margin-left: -370px;

}

body{
    background-color: #000000;
}
