body{
margin:auto;
text-align:center;
padding: 0px;
font: 11px Verdana, Arial, Tahoma, Sans-serif;
background-color: gray;
margin-top: 25px;
color: black;
background-image: url(images/bg.jpg);
}


#wrapper{
width:775px;
margin: auto;
position: relative;
}


#buttons{
position: absolute;
float: left;
text-align: left;
z-index: 1;
margin-top: -255px;
margin-left: -370px;
font-size: 16px;
font-weight: bold;
}


html>body #buttons{
position: absolute;
z-index: 1;
margin-top: 90px;
margin-left: 17px;
}


#buttons a:hover:{
color: black;
}


h1{
display: none;
}


em{
font-weight: bold;
font-style: normal;
}


a{
text-decoration: none;
color: #DEBC00;
}





#logo{
float: left;
margin-bottom: 5px;
border: 1px #DEBC00 solid;

}

#side{
float: left;
width: 168px;
height: 230px;
text-align: left;
padding: 5 0 10px 5px;
color: #000;
background-color: #DEBC00;
margin-bottom: 5px;
}


html>body #side{
width: 163px;
height: 300px;
}

#cars{
float: left;
margin-left: 5px;
margin-bottom: 5px;
border: 1px #DEBC00 solid;

}

#bottom{
float: left;
border: 1px #DEBC00 solid;
}

#about{
float: left;
margin-left: 5px;
padding: 5 0 0 10px;
background-color: white;
text-align: left;
width: 602px;
height: 222px;
border: 1px #DEBC00 solid;
}


#content{
float: left;
margin-left: 5px;
background-color: white;
border: 1px #DEBC00 solid;
width: 602px;
height: 223px;
text-align: left;
padding: 5  5 0 5px;
}

html>body #content{
width: 590px;
height: 215px;
}
