
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, helvetica,verdana;
	font-size: 11px;
	background: #000000;
	color:#fff;
}
a{
	color:#fff;
}


/*--- GECENTREERDE LAYOUT ---*/
#centerwrap{
width:951px;
margin:0 auto;
height:510px;
position:relative;
}

/* \*/
#centerwrap{
margin:-260px 0 0 -425px;
position:absolute;
left:50%;
top:50%;
}

#flashcontent {
	height: 100%;
	width: 710px;
	float: left;
}

#sponsors{
	width: 150px;
	float: right;
	padding-top: 45px;
}
#sponsors a{text-decoration: none;}
#sponsors a img{padding: 1px;border: 1px solid #333}

#siteby{
	width: 90%;
	color: #222;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	margin: 0;
	text-align: right;
}
#siteby a{
	text-decoration:none;
	color: #333;
	padding: 2px;
}
#siteby a:hover{
	color: #000;
	background:#999;
}