#main {
margin:auto;
width:800px;
height:600px;
}

body { background: #f4f4f4; } 

#header {
background-image:url(../img/header/header.png);
height:200px;
position:absolute;
top:0px;
width:800px;

}

#movie {
position:absolute;
height:200px;
width:300px;
top:0px;
}
 
/*MENU*/
#menu {
background:transparent url(../img/menu/menu_balk.png) repeat-x scroll center top;
height:37px;
position:absolute;
top:200px;
width:800px;
}
#slatenav {
height:37px;
margin:auto;
position:relative;
width:492px;
text-transform:uppercase;
}
#slatenav ul {
list-style-type:none;
margin:0;
padding:0;
}
#slatenav ul li {
float:left;
margin:0 -1px 0 0;
width:123px;
}
#slatenav ul li a {
float:left;
height:30px;
padding-top:11px;
text-decoration:none;
width:100%;
}
#slatenav ul li a:hover, #slatenav ul li a.current {
background:transparent url(../img/menu/menu_button.png) no-repeat scroll center top;
width:100%;
}
/*EINDE MENU CSS*/
#content {
background:url(../img/content.png) no-repeat scroll center top;
height:400px;
position:absolute;
top:237px;
width:800px;
}

#index_tekst {
left:100px;
line-height:15pt;
position:absolute;
top:50px;
width:600px;
}

#diensten_tekst_info {
left:100px;
line-height:15pt;
position:absolute;
top:50px;
width:250px;
}

#portfolio_tekst {
left:100px;
line-height:15pt;
position:absolute;
top:50px;
width:600px;
}

#contact_tekst {
left:100px;
line-height:15pt;
position:absolute;
top:50px;
width:600px;
}
#copyright {
background-image:url(../img/copyright/balk_onder.png);
background-repeat:repeat-x;
height:25px;
position:absolute;
top:400px;
width:800px;
text-align:center;
padding-top:5px;
}
