html,body { 
	margin: 0px;
	color: #000000;
	font-family: Verdana, Helvetica;
	background-color: #000000;
	font-size: 12px; 
	overflow: hidden;
	}

a { text-decoration: none;
	color: #000000; }

a:visited { text-decoration: none;
	color: #000000; }

a:hover,active { text-decoration: underline;
	color: #000000; }


#achtergrond { position: absolute;
	left: 50%;
	margin-left: -560px;
	width: 1120px;
	height: 500px;
	 }


#main { position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -450px;
	width: 900px;
	height: 88%;
	overflow: scroll;
	 }

#merch { position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -450px;
	width: 900px;
	height: 88%;
	overflow: scroll;
background-image: url(merchs.gif);
background-position: right;
background-repeat: no-repeat;
	 }




img  { border: none;}


#nav { position: absolute;
	left: 50%;
	top: 85px;
	margin-left: -450px;
	width: 900px;
text-align: right;
	
	 }


#right { float: right; }

