html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color: #FFFFFF;
	
	background-color: #000000;

}
img, div, a, a:hover{ 
	behavior: url(scripts/iepngfix.htc);
}
.float_left {
	float: left;
}
	.float_left.intro {
		height: 25px;
		width: 490px;
		
		font-size: 16px;
		font-weight: bold;
		
		margin : 0px 0px 0px 0px;
		padding: 75px 0px 0px 0px;
	}
	.float_left.logo {
		height: 90px;
		width: 500px;
		
		margin : 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		
		background-image: url(../images/Ten_have_logo.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
a {
	color: #6f0a0a;
	text-decoration: none;
}
a:hover {
	color: #6f0a0a;
	text-decoration: underline;
}
.assets#viewport {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.assets#container_page {
	width: 990px;
	height: 100%;
	margin: 0px auto 0px auto;
}
	.assets#holder_portaal_choose {
		float: left;
		width: 990px;
		height: 520px;
		
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		
		background-image: url(../images/bg_portaal_choose.jpg);
		background-repeat: no-repeat;
		background-position: top left;
	}
		a.link_car {
			float: left;
			width: 495px;
			height: 450px;
			
			cursor: default;
			
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
cursor: pointer;
		}
		a:hover.link_car {
			background-image: url(../images/bg_car_hover.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
		a.link_motor  {
			float: left;
			width: 495px;
			height: 450px;
			
			cursor: default;
			
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
cursor: pointer;
		}
		a:hover.link_motor {
			background-image: url(../images/bg_motor_hover.jpg);
			background-repeat: no-repeat;
			background-position: top left;
		}
	.get_info {
		float: left;
		width: 485px;
		height: 50px;
		
		margin: 0px 0px 0px 0px;
		padding: 13px 0px 0px 10px;
		
		color: #6e6e6e;
		font-size: 14px;
		font-weight: bold;

text-align: center;
	}
