body{
 margin: 0;
 padding:0; 
}
#wrapper {
 width:100%;
 z-index:1;
 height:80%;}
 
#header{
top: 0; 
left: 0; 
width: 100%; 
height: 170px;
background-color:#FFFFFF;
}

#navigation
{
position:absolute;
top:170px;
left:0px;
width: 150px;
margin:0px;
padding:0px;
 z-index:2;
}

#content-home
{
 margin:0 0 0 150px;
 padding:0 0 0 10px;
 position:relative;
  z-index:3;
}

#content
{
 margin:0 0 0 150px;
  padding:0 0 0 10px;
 position:relative;
background-image:url(Images/1truckright.jpg);
background-repeat:no-repeat;
 z-index:3;
}

#footer
{
width:100%;
text-align: center;
font-size:10px;
color:#0000FF;
}

p.pspace {
margin-bottom: 0em;
margin-top: 0em;
}
