html, body {
	margin:0;
	padding:0;  
	height:100%; 
}

body{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: tahoma, verdana, Sans, sans-serif;
	background-color:black;
}

/* nodig voor horizontale centrering */

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* helft van de containers hoogte */
	float:left;
}
		
.container{
	position:relative;
	clear:left;
	margin:0 auto; /*horizontale centrering. Werkt niet in IE quircksmode. Dan text-align:center aan body toevoegen*/
	width:1000px;
	height:600px;
	background-image: url(../image/gaming-site.jpg);
}

.maincontent{
	position:relative;
	width:1000px;
	height:600px;
	overflow:auto;
}

.presscontent{
	position:relative;
	top:110px;
	/*margin-bottom:55px;*/
	width:1000px;
	height:440px;
	overflow:auto;
}

.reviewHighlight { color: #77a5ff;	text-decoration: none; }
.reviewHighlight a: { color: #77a5ff; text-decoration: none; }
.reviewHighlight a:visited { color: #77a5ff; text-decoration: none; }
.reviewHighlight a:link{ color: #77a5ff; text-decoration: none; }
.reviewHighlight a:hover {color: #77a5ff; text-decoration: underline; }

.wtbLink { color: #77a5ff;	text-decoration: none; }
.wtbLink a: { color: #77a5ff; text-decoration: none; }
.wtbLink a:visited { color: #77a5ff; text-decoration: none; }
.wtbLink a:link{ color: #77a5ff; text-decoration: none; }
.wtbLink a:hover {color: #77a5ff; text-decoration: underline; }


#buttonbar{
	position:relative;
	margin: 530px 0 0 25px;
}

.productBijschriften {
	font-size: 9px;
	color: #FFFFFF;
}
