/* Algemeen */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ol, address, div {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font: 11px/20px Arial,Helvetica,sans-serif;
}
/* BEGIN SPLASH */

#splash {
	width: 1004px;
	background: #ffffff url(assets/intro.jpg) no-repeat;
	margin: 0px auto;
	height: 574px;
	cursor: pointer;
}

#splash a {
	display: block;
	position: relative;
	left: 685px;
	top: 550px;
	text-decoration: none;
	color: #b1b2b4;
	width: 150px;
}

#splash a:hover {
	text-decoration: underline;
}

#splash p {
	display: none;
}

/* EINDE SPLASH */