@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1e1e1e;
	color: #CCC;
}


#container {
	margin-top:0;
	width: 1062px;
	height: 850px;
	background: #1e1e1e;
	float:inherit;
}
#header { 
	width: 1062px;
	height: 42px;
	margin-top:0;
	background: #1e1e1e;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
} 

#mainContent {
	height:496px;
	width:1062px;
	background: #FFFFFF;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
}
#footer { 
	background:#1e1e1e;
	height:313px;
	width:1062px;
}

#leftcontainer {
	background:#0F0;
	background-image:url(images/vehicles.jpg);
	background-repeat:no-repeat;
	width:183px;
	height:240px;
	margin-left:36px;
	

}

#middlecontainer {
	background:#F00;
	background-image:url(images/signs.jpg);
	background-repeat:no-repeat;
	width:183px;
	height:240px;
	margin-left:295px;
	margin-top:-240px;

}

#rightcontainer {
	background:#00F;
	background-image:url(images/business.jpg);
	background-repeat:no-repeat;
	width:183px;
	height:240px;
	margin-left:562px;
	margin-top:-240px;
	

}

#farright {
	background:#00F;
	background-image:url(images/teams.jpg);
	background-repeat:no-repeat;
	width:185px;
	height:240px;
	margin-left:842px;
	margin-top:-240px;

}