html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff;
	height: 100%;
	background: #333;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #fff;
	border: none;
}
a:hover {
	text-decoration: underline;
	border: none;
}
a:visited {
	border: none;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

#voorblad {
	margin-top:-250;
	top:50%;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	width: 700px;
	text-align: center;
}
