/* CSS Document */

/* algemeen --> */
body {
font-family: "Gill Sans MT", Arial;
margin: 0 auto 0 auto;
}

 img {
border: 0;
}
/* <-- algemeen */

/* structuur --> */
  div#main_container {
margin: 0 auto 0 auto;
text-align: center;
width: 1006px;
height: 910px;
}

 div#container_titel {
height:45px;
 }
 
 div#container_inhoud {
height:865px;
 }