body {
margin: 0;
background-color: #333333;
background-image: url('img/achtergrond.jpg');
background-position: top;
background-repeat: repeat-y;
}

#inhoud {
width: 836px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
}

#main {
width: 836px;
}

#band {
background-image: url('img/layout.jpg');
background-position: bottom;
background-repeat: no-repeat;
text-align: center;
height: 149px;
}

