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

	background:url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	
	}
	
#uber-container {
	margin: 0 auto;
	width: 1001px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background: #f8f8f8;
}
	
#container {
	margin: 0 auto;
	width: 961px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	float: left;
}

#background-left {
	margin: 0 auto;
	position: relative;
	width: 20px;
	height: 672px;
	background: url('../images/left_shadow_back.jpg');
	float: left;
	}
	
#background-right {
	margin: 0 auto;
	position: relative;
	width: 20px;
	height: 672px;
	background: url('../images/right_shadow_back.jpg');
	float: left;
	}
	
#header {
	width: 961px;
	height: 115px;
	background: url('../images/top_bg.jpg');
	}
	
#logo {
	width: 483px;
	height: 66px;
	margin-top: 49px;
	float: left;
	background: url('../images/logo.jpg');
}

#navigatie {
	float: left;
	width: 422px;
	height: 66px;
	margin-top: 49px;
	}
	
a#home {
	float: left;
	width: 127px;
	height: 66px;
	display: block;
	background: url('../images/home.jpg') no-repeat;
}

a:hover#home {
	background: url('../images/home.jpg') no-repeat 0px -66px;
}

a#vragen_faq {
	float: left;
	width: 170px;
	height: 66px;
	display: block;
	background: url('../images/vragen_faq.jpg') no-repeat;
}

a:hover#vragen_faq {
	background: url('../images/vragen_faq.jpg') no-repeat 0px -66px;
}

a#contact {
	float: left;
	width: 125px;
	height: 66px;
	display: block;
	background: url('../images/contact.jpg') no-repeat;
}

a:hover#contact {
	background: url('../images/contact.jpg') no-repeat 0px -66px;
}

#double_box {
	height: 186px;
	background: url('../images/double_box.jpg');
	padding-top: 80px;
	padding-left: 100px;
	}
	
.box_left {
	float: left;
	width: 330px;
	height: 150px;
	}	
	
.box_right {
	margin-left: 100px;
	float: left;
	width: 330px;
	height: 150px;
	}
	
#sell_box {
	text-align: center;
	width: 961px;
	height: 364px;
	background: #fff;
	}
	
#content {
	text-align: left;
	width: 851px;
	padding: 60px;
	padding-right: 50px;
	}
	
#testimonial { 
	height: 202px;
	background: url('../images/testimonial_box.jpg');
	padding-left: 100px;
	padding-top: 70px;
}

#testimonial_left {
	width: 355px;
	height: 140px;
	float: left;
	}
	
#testimonial_right {
	width: 355px;
	height: 140px;
	float: left;
	margin-left: 50px;
	}
 
 	
#footer {
	width: 961px;
	height: 10px;
	margin: 0 auto;
	text-align: center;
	} 
 
p {
	font-family: Verdana;
	font-size: 0.6em;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	color: #7b7b7b;
	}
	
h1 {
	font-family: Verdana;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	color: #7b7b7b;
	}


.testimonial {
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	color: #000;
	font-style: italic;
	}
	
a:link, a:visited {
	color: #7b7b7b;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 0;
	}
	
.imglink {
	border-bottom: 0;
	}

