/* CSS Document */

html, body{
	background-image: url(patroon.gif);
	background-repeat: repeat;	
}
#maincontainer{
	height: 680px;
	width: 900px;
	position: absolute;
	margin-top: -340px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
}

#flashcontainer{
	margin: 0;
	height: 680px;
	width: 900px;
	/*position: fixed;*/
	position: absolute;
	margin-top: -340px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
	z-index:1;
	
}

#textcontainer{
	margin: 0;
	height: 45x;
	width: 300px;
	/*position: fixed;*/
	position: absolute;
	margin-top: 160px;
	margin-left: 32px;
	background-color:#dcdca8;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	color:#000000;
	z-index:10;
	text-decoration: none;
}

#loadingcontainer{
	margin: 0;
	height: 20px;
	width: 200px;
	/*position: fixed;*/
	position: absolute;
	margin-top: -12,5px;
	margin-left: -150px;
	left: 50%;
	top: 50%;
	/*background-color:#dcdca8;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:8px;
	color:#000000;
}

