body {
    background: #F2ECDA;
}

#container {
    width: 1050px;
    height: auto;
}

#contentmenu {
    float: left;
    background: url(../images/menu_bg.png);
}

#header {
    width: 1050px;
    height: 176px;
    background: red;
}

#menu {
    float: left;
    width: 181px;
    min-height: 500px;
    
}

#content {
    float: right;
    width: 869px;
    min-height: 500px;
    background: url(../images/content_bg.png) no-repeat #F2E1B0;
}

#footer {
    float: left;
    width: 1050px;
    height: 70px;
    background: url(../images/footer_bg.png) no-repeat;
}

.menue {
    float: left;
    width: 150px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 15px;
    text-decoration: none;
    background: url(../images/menu_btn_bg1.png);
    color: black;
    font-weight: bold;
}   

.menue1 {
    float: left;
    width: 150px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 15px;
    text-decoration: none;
    background: url(../images/menu_btn_bg2.png);
    color: black;
    font-weight: bold;
}