
body {
	margin: 0px;
	padding: 0px;
	background-color: #b5abb4;
	font-family: 'Arial CE', Arial, 'Helvetica CE', helvetica, sans-serif;
	font-size: 12px; 	
	text-align: center;		
	background-image: url(/images/bg-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
a {
	text-decoration: underline;
	color: white;
	}
	
img {border: none;}

h1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 19px;
	padding: 5px 5px 9px 10px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 5px solid #FFCE21;	
	}
	

.main {
	position: relative;
  margin: auto; 
	width: 1000px;
	height:750px;
	background-color:transparent	
	color:#727272;	
	text-align:left;
	
	background-image: url(/images/bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
	border-left: 1px solid #b6abb4;
	
	border-bottom: 1px solid #b6abb4;
	border-right: 1px solid #b6abb4;
	
	
}

.logo {
  position: absolute;
  top:50px; left:0px;
}

.headline {
  position: absolute;
  width:553px;
  height:76px;
  left:20px;
  top:410px;
  
}

  .headline p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    color:white;
  }


.watch {
  position: absolute;
  width: 310px;
  height: 232px;
  top:290px;
  right: -40px;  
}

.action {
  position: absolute;
  width: 389px;
  height: 43px;
  top:533px;
  right: 25px;  
}

.cars {
  position: absolute;
  width: 970px;
  height: 120px;
  top:600px;
  left: 20px;
  
}



.car {
  float: left;  
  margin-right: 19px;;
} 

  .car img {border: 1px solid #cdc7c9;}


.footer {
  position: relative;
  margin: auto; 
	width: 970px;
	color:#cccccc;
	padding:10px 0px 12px 30px;
	text-align: left;
	background-color: #79737d;
  
}

  .footer a {
    color:#0180c7;
    color:white;
    font-size: 12px;
  }
  
  .footer a:hover {
    color:#e4e4e4;
  }
















