html {
	background: #e8eef7;
	min-height: 100%;
}

body {
	margin: 0 auto;
	width: 1020px;
	padding: 0px;
	background: url(regenboogachtergrond.jpg) #e8eef7 repeat-y; 	
	position: relative;
}

a:link {text-decoration: none; color:#0C2D83;}
a:visited {text-decoration: none; color:#0C2D83;}
a:active {text-decoration: none; color:#0C2D83;}
a:hover {text-decoration: underline; color:#0C2D83;}

#start_pagina {
	height: 900px;
	width: 1020px;
	font: 24px Arial, sans-serif;
	line-height:50px;
	position: relative;
	text-align: center;	
}

#start_pagina_titel {
	top: 220px;
	left: 0px;
	width: 1020px;
	font: 30px Arial, sans-serif;
	position: absolute; 
}	
