﻿/* SPLASH WEERGAVE */	

 

#popup { 
	background: 	url('../images/transparent.png');
	margin-top:		50px;
	padding: 		10px;
	left: 			50%;
	margin-left: 	-350px;
	top:			0px;
	text-align: 	center;
	position: 		absolute;
	border: 		1px solid #084300;
	z-index:		100;
	display: 		block;
	height:			420px;
}

#popup a {
color: #000;
}
