/* ==================================================== */
/* Realisatie: KOEN OVEREEM | Estate Internet			*/
/* ====================================================	*/

html, body {
	background: #e5e5e5;
}


.containerSplash {
	width: 600px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

.afbeelding {
	position: relative;
}

.knop1 {
	position: absolute;
	height: 52px;
	width: 289px;
	top: 443px;
	left: 6px;
	display: block;
	z-index: 20;
	cursor: hand;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #fff;
}

.knop2 {
	position: absolute;
	height: 52px;
	width: 290px;
	top: 443px;
	left: 305px;
	display: block;
	z-index: 20;
	cursor: hand;
	opacity:0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: #fff;
}
