@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#bovenkant {
	background-image: url(headerimage.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-color: #1d1d1d;
	margin: 0;
	background-position: left top;
}
#onderkant {
	background-image: url(footerimage.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-color: #a6012c;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding: 0px;
	position: relative;
	background-position: right bottom;
}
#onderkant #contact{
	height: 68px;
	width: 528px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
