body{
    background-color: White;
    margin-left: 0px;
    margin-top: 0px;
}
#content_frame{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background-color: White;
}

#header{
    text-align: right;
    width: 960px;
    height: 80px;
    background-color: White;
    border-bottom: 2px solid Black;
}

#menue{
    width: 148px;
    height: 600px;
    background-color: White;
    float: left;
    margin-top: 20px;
}

#content{
    width: 770px;
    background-color: White;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    border-left: 2px solid Black;
    padding-left: 20px;
}

*html #content{
    width: 770px;
    background-color: White;
    float: left;
    margin-left: 18px;
    margin-top: 20px;
    border-left: 2px solid Black;
    padding-left: 20px;
}

#footer{
    float: left;
    margin-top: 20px;
    width: 960px;
    height: 90px;
    background-color: White;
    text-align: right;
}
    
    
