body {
    background: #ec6e20 url('../images/back.jpg') repeat-x 50% 0%;
    text-align: center;
}

#contentPage{
    background: #ec6e20 url('../images/back.jpg') repeat-x 50% -235px;
    _background: #ec6e20 url('../images/back.jpg') repeat-x 50% -228px;       
    text-align: center;
}

#siteContainer {
    width: 1024px;
    margin: 0 auto;
}

#contentBack {
    background: url('../images/achtergrond.jpg') no-repeat 30px;
    margin: auto;
    width: 610px;
    height: 347px;
}

#contentText {
    overflow: auto;
    width: 740px;
    height: 345px;
    
    padding: 5px 40px 10px 50px;
    text-align: justify;
    color: #fff; 
    font-family: Tahoma, Verdana, sans-serif;
    line-height: 18px;
    font-size: 12px;
}


