#border {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 996px;
	height: 614px;
	margin-left: -508px; /* half of width */
	margin-top: -300px;  /* half of height */
	background-color: #FFFFFF;
}

#flashContent {
	position:absolute;
	left: 50%;
	top :50%;
	width: 1000px;
	height: 572px;
	margin-left: -500px;  /* half of width */
	margin-top: -296px;   /* half of height +/- a bit */
	background-color:#fff;
	overflow:hidden;
 }
 
#disclaimer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 20px;
	margin-left: -400px; /* half of width */
	margin-top: 276px; /* half of parent height +/- a bit */
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -488px; /* half of main width */
	margin-top: -300px;  /* half of main height */
	z-index:1;
}

#help {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	/* margin-left: -488px; /* half of main width */ 
	margin-top: -300px;  /* half of main height */
	z-index:1;
}

#opruimen {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 89px;
	height: 75px;
	margin-left: -498px; /* half of main width */ 
	margin-top: 140px;  /* half of main height */
	z-index:1;
}
