html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* héél belangrijk */
    background: #CCC;
    text-align: center;
}
  
div#container {
    margin: 0 auto;
    padding: 0;
    position: relative;    
    width: 850px;
    min-height: 570px;
    height:auto !important;
    height:550px; 

    background-image: url("../images/backCont.jpg");
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: #FFF;
}

div#Logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 140px;
    text-align: left;

    margin: 0;
    padding: 0;
    background-color: #061844;    
}
  
div#Menu {
    position: absolute;
    top: 0px;
    left: 150px;
    width: 700px;
    height: 140px;
    text-align: left;
    
    margin: 0;
    padding-left: 20px;
    background-image: url("../images/topbanner.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
}

div#Navigation{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 70px;
    width: 680px;
    
    padding-left: 12px;
}

div#OfferMenu {
    position: absolute;
    left: 0px;
    top: 140px;
    width: 150px;
    min-height: 430px;
    height:auto !important;
    height:430px;
    text-align: left;

    background-color: #B5DC10;
}

div#Content {
    position: absolute;
    left: 150px;
    top: 140px;
    width: 688px;
    height: 430px;
    text-align: left;

    padding: 0;
    margin: 0;
    margin-left: 12px;
    padding-right: 12px;
    overflow: auto;
}

div#Footer {
    margin: 0;
    padding: 0;
    position: absolute;    
    top: 575px;
    left: 25%;
    width: 50%;
    text-align: center;
}
