body {

	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
	background-image: url(achtergrond/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#mainwrap {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-color: #000000;
}
#mainwrap #boven {
	background-color: #FFFFFF;
	height: 500px;
	background-image: url(achtergrond/Coureur.jpg);
	background-repeat: no-repeat;
	background-position: 70%;
}
#mainwrap #boven .site {
	height: 100px;
	width: 250px;
	position: relative;
	top: 100px;
	left: 280px;
}
body, html {
	height: 100%;
}
