html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FF0000;
}

#main
{
	width: 100%;
	height: 100%;
}

#main td
{	
	vertical-align: middle;
	text-align: center;
}

#wrapper
{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	width: 906px;
	height: 239px;
	border: 0;
}

#autobanden
{
	 position: relative;
	 float: right;
	 width: 365px;
	 height: 235px; 
}

#bedrijfswagens
{
	 position: relative;
	 float: left;
	 width: 365px;
	 height: 235px;
	 margin: 0;
}

#vredestein
{
	 position: relative;
	 width: 170px;
	 height: 235px;
	 margin-left: 365px;
}

.vredestein
{
	margin-top: 9px;
	margin-left: 21px;
}