body{
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: 0;
  }
  
#container{
  width: 800px;
  height: 900px;
  margin: 10px auto 0px auto;
  }
  
#top{
  height: 26px;
  width: 800px;
  background: url('./img/top.jpg') no-repeat;
  }
  
  
#header{
  width: 800px;
  height: 267px;
  background: url('./img/header.jpg') top center no-repeat;
  }  
  
#navigation  {
  margin: 0;
  margin-left: 20px;
  position: relative;
  top: 222px !important;
  margin-top: 0px !important;
  margin-top: 222px;
  }
  
#navigation span{
  height: 28px; 
  float: left;
  background: url('./img/button.jpg') no-repeat center center; 
  }      

#navigation span a{
  margin-top: 4px !important;
  margin-top: 0px;
  display: block;
  height: 28px;
  width: 108px;  
  color: #ffffff;
  font-family: Verdana, Sans serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  }  
  
  
#navigation span a:hover{
  margin-top: 4px !important;
  margin-top: 0px;  
  display: block;
  height: 28px;
  width: 108px;  
  color: #ffffff;
  font-family: Verdana, Sans serif;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  } 
  
#content{
  width: 800px;
  height: 450px;
  background: url('./img/bg.jpg') top center repeat-y;
  }
 
#content .text  {
  width: 450px;
  float: left;
  margin-left: 20px !important;
  margin-left: 10px;
  margin-top: 10px;
  font-family: Verdana, Sans serif;
  font-size: 12px;
  }
  
#content .text  h1{
  font-family: Verdana, Sans serif;
  font-size: 15px;
  color: #1650b9;
  }  
  
#content .camion  {
  float: right;
  margin-right: 20px !important;
  margin-right: 10px;
  margin-top: 10px;
  width: 283px;
  height: 282px;
  background: url('./img/mezzo.jpg') top center no-repeat; 
  }
  
#content .italia  {
  float: right;
  margin-right: 20px !important;
  margin-right: 10px;
  margin-top: 10px;
  width: 259px;
  height: 314px;
  background: url('./img/italia.jpg') top center no-repeat; 
  }  

#content .front  {
  float: left;
  margin-left: 20px !important;
  margin-left: 10px;
  margin-top: 10px;
  width: 254px;
  height: 500px;
  background: url('./img/front.jpg') top center no-repeat; 
  }
  
#footer{
  width: 800px;
  height: 209px;
  background: url('./img/foot.jpg') top center no-repeat;
  z-index: -100;
  }

