@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	overflow: hidden;
}
#HomeFlash {
	height: 100%;
}
#NoFlash {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 450px;
	height: 100px;
	margin-left: -225px; /* half of width */
	margin-top: -50px; /* half of height */
	padding: 10px;
	border: 2px solid #000;
	background-image: url(../images/vingette.jpg);
}
#NoFlashLogo {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 450px;
	height: 100px;
	margin-left: -53px; /* half of width */
	margin-top: -96px; /* half of height */
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content {
	height: 100%;
	position:relative;
	z-index:1;
	overflow: auto;
}
#dutchlanders {
	font-size: 10px;
	clear: both;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 25px;
}
#dutchlanders a {
	color: #000;
	text-decoration: none;	
}
