#wrapper {
position: relative; width: 800px; height: 600px; margin: 0px auto; /* to centre compliant browsers */ text-align: left; background-color:#FFFFFF;
} 
body{
background-image:url(/nieuw/include/img/gtPatroon.gif);
margin:0px;
width: 100%; height: 100%;text-align: center; 
}
#banner{
position:absolute
left:10px;
top:0px;
height:80px;
text-align:center;
width:100%;}
#menu{
position:absolute;
width:168px;
left:10px;
top:83px;
height:400px;
background-color:#FFFFFF;
}
#contentholder{
position:absolute;
width: 606px;
left:194px;
top:83px;
background-color:#FFFFFF;
}
#content{
position:absolute;
width: 606px;
border-top: 1px solid #C0A800;
border-bottom: 1px solid #C0A800;
height:400px;
overflow:auto;
background-color:#FFFFFF;
}
#footer{
position:absolute;
top:400px;
width: 586px;
}
#menuholder {
position:absolute;
width:168px;
left:10px;
top:83px;
height:800px;
}