/* CSS Document */

body{
	background-color:#000066;
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.maincontainer{
	position:relative;
	width:500px;
	height:auto;
	background-color:#ffffff;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.indexcontainer{
	position:relative;
	width:738px;
	height:552px;
	color: #000000;
	background-image: url(images/red_truck_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 153px;
}
/*hack to fix IE padding problems
html>body .maincontainer {
padding-bottom:80px
}*/
#container {
  margin: 0 auto;
  width: 500px;
  text-align:left;
}
#homecontainer {
  margin: 0 auto;
  width: 738px;
  text-align:right;
}