body{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
    background-color:#222222;
    overflow:hidden;
}

#center{
    position:absolute;
    left:0px;
    top:50%;
    width:100%;
}

#hintergrund{
    position:absolute;
    left:0px;
    top:-306px;
    background-image:url("../img/main.gif");
    background-repeat:repeat-x;
    width:100%;
    height:612px;
}

/*####################################################################*/

#AbInDieMitte{
    position:absolute;
    left:50%;
    top:50%;
}

#website{
    width:1022px;
    height:612px;
    position:absolute;
    left:-511px;
    top:-306px;
}


