#header {
	height: 310px;
	width: 950px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#animatie {
	float: left;
	width: 150px;
	margin-bottom: 65px;
	margin-right: 750px;
}

#copyright {
	clear: both;
	color: #FFFFFF;
	width: 950px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#copyright a:hover {
	color: #00CCFF;
}

