#center{
	position: absolute; 
	width: 1000; 
	left: 50%; 
	margin-left: -500px;
}

body{
	background-color:#000080;
	font-family:"Arial Narrow";
	color:#FFF;
}

.header{
	position:absolute;
	width:1000px;
	background-color:#06F;
}

.newproducts{
position:absolute;
width:1000px;
height:45px;
top:80px;
background-color:#06f;
}

.menu {
	position:absolute;
	width:150px;
	height:350px;/**290**/
	background:#06F;
	top:95px;
}

.menu1 {
	position:absolute;
	width:150px;
	height:330px;
	background:#06F;
	top:455px;
}

.inhoud {
	position:absolute;
	width:680px;
	height:690px;
	top:95px;
	left:160px;
	background-color:#06F;
}
.scroll { 
   height: 690px; 
   overflow: auto; 
}

.rechts {
	position:absolute;
	width:150px;
	height:350px;
	background:#06F;
	top:95px;
	right:0px;
}

.rechts1 {
	position:absolute;
	width:150px;
	height:330px;
	background:#06F;
	top:455px;
	right:0px;
}

.webmaster {
	position:absolute;
	width:1000px;
	height:27px;
	background:#06F;
	top:795px;
	left:0px;
}

A:link {
	color:#FFF;
}

A:visited {
	color:#000;
}
A:active {
	color:#F00;
}
A:hover {
	color:#FF0;
}