html,
body {
height: 100%; 
overflow: hidden;
margin:0;
padding:0;
}

#background { 
position: absolute; 
background-repeat: no-repeat; 
overflow: hidden;
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
margin:0;
padding:0;
}

#wit_png {
position: absolute; 
margin-left: -460px;
left: 50%;
top: 0px; 
width: 920px; 
height: 100%;
background-image: url('/gfx/wit_midden.png');
background-repeat: no-repeat;
}

#wit {
position: absolute; 
margin-left: -454px;
left: 50%;
top: 0px; 
width: 900px; 
height: 100%;
background-color: #fff;
}

#totaal  {
position: absolute; 
margin-left: -454px;
left: 50%;
top: 0px; 
width: 900px; 
height: 100%;
}

#header  {
position: absolute; 
left: 0px;
top: 0px; 
width: 900px; 
height: 184px;
background-image: url('/gfx/header.jpg');
}

#logo  {
position: absolute; 
left: 680px;
top: 20px; 
width: 208px; 
height: 111px;
background-image: url('/gfx/logo.gif');
background-repeat: no-repeat;
}

#nav  {
position: absolute; 
left: 372px;
*left: 369px;
top: 120px;
height: 65px;
width: 900px;
}

#chip  {
position: absolute; 
left: 130px;
top: 53px;
height: 200px;
width: 250px;
background-image: url('/gfx/chip.png');
background-repeat: no-repeat;
}

#scroll {
position: absolute; 
left: 0px;
top: 184px; 
width: 880px; 
height: 100%;
overflow: auto;
padding-right: 20px;
}

#links  {
position: absolute; 
left: 0px;
top: 45px;
width: 350px;
padding-left: 30px;
}

#acties {
margin-top: 30px;
}

#content {
position: absolute; 
left: 388px;
top: 40px; 
width: 450px; 
text-align: justify;
}

#verloop_boven  {
position: absolute; 
left: 0px;
top: 184px; 
width: 880px; 
height: 50px;
background-image: url('/gfx/verloop_boven.png');
background-repeat: no-repeat;
}

#verloop_onder  {
position: absolute; 
left: 0px;
bottom: 30px; 
width: 880px; 
height: 50px;
background-image: url('/gfx/verloop_onder.png');
background-repeat: no-repeat;
}

#footer_links  {
position: absolute; 
left: 0px;
bottom: 0px;
height: 20px;
width: 435px;
background-color: #bed3d6;
padding-top: 10px;
padding-left: 20px;
}

#footer_rechts  {
position: absolute; 
left: 435px;
bottom: 0px;
height: 20px;
width: 447px;
background-color: #d4e4e6;
padding-top: 10px;
padding-left: 18px;
}

/*HOME--------*/

#content_home {
position: absolute; 
left: 333px;
top: 40px; 
width: 290px; 
}

#rechts {
position: absolute; 
left: 665px;
top: 40px; 
width: 200px; 
}

