* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: verdana;
	background-color: #f0e9d9;
}


#left {
	float: left;
	width: 475px;
	background-color: #ececec;
	height: 500px;
}

#left img {
	position: absolute;
	top: 50px;
	left: 10px;
}

#right {
	position: absolute;
	top: 10px;
	left: 475px;
	height: 225px !important;
	width: 355px;
	overflow: hidden !important;
}

#right img {
	
}

#specs {
	position: absolute;
	top: 245px;
	left: 485px;
	width: 355px;
}

#specs img {
	margin: 5px;
}

#title {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 450px;
	color: #fff;
	font-family: Verdana;
	font-size:1.5em;
	font-weight: bold;
	background-color: #6e685c;
	padding: 8px;
  margin: 0;	
}

#bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #b8b8b8;
	width: 500px;
	height: 25px;
}

#bleft {
	margin: 5px;
	float: left;
	width: 200px;
}

#bleft a {
	display: block;
	border: 0px solid #000;
	text-decoration: none;
	color: #fff;
	background-image: url("../images/icons/left.gif");
	background-repeat: no-repeat;
	background-position: 0 1px;
	height: 18px;
	padding: 1px 0 0 20px;
}

#bright {
	float: right;
	margin: 5px;
	width: 200px;
}

#bright a {
	display: block;
	border: 0px solid #000;
	text-decoration: none;
	color: #fff;
	background-image: url("../images/icons/right.gif");
	background-repeat: no-repeat;
	background-position: right 1px;
	height: 18px;
	padding: 1px 20px 0 0;
}

#sluiten {
	position: absolute;
	bottom: 5px;
	right: 0;
	float: right;
	width: 70px;
	height: 15px;
}

#sluiten a {
	color: #4d474b;
}

