body{
background-image:url(voorblad.png);
background-repeat: no-repeat;
background-position: 5% 20%; 
background-attachment:fixed;
}

a img{
	text-decoration: none;
	border-style: none;
}

#links{

	height: 100%
	float: left;
	position: absolute;
	left: 450px;
	top: 16%;
}


#center{
	float: left;
	position: absolute;
	left: 640px;

}
#right{
	float: left;
	position: absolute;
	left: 830px;
	top: 16%;
}
