html, body {
background: url(../img/bg.gif);
text-align:center;
font-size: 12px;
color:#000;
margin:0;
padding:0;
font-family:verdana;
}

#wrapper {
 background: #fff;
 width: 700px;
 margin: 0 auto;
 padding: 0;
 text-align: center;

}

#content {
text-align:left;
 background: #fff;
 width: 700px;
 height: 720px;
}

#car {
position:absolute;top: 20px;left:330px;z-index:2;
background: url(../img/car.png);
width: 360px;
height: 200px;
}

#gallery {
text-align:center;
width: 700px;
height: 120px;
}

#gallery img {
margin: 15px;
border: 3px solid #ccc;
}

#parking {
position:relative;left:25px;top:50px;
width: 650px;
height: 90px;
background: url(../img/parking.png) no-repeat;
}
#parking p{
position:absolute;left:100px;top:5px;
font-size: 24px;
font-weight: bold;
font-family: arial;
}
.blue {
color:#204a87;
}

.bigger {
font-size: 26px;
}

#hol {
position:relative;left:25px;top:50px;
width: 650px;
height: 150px;
background: url(../img/hol.png) no-repeat;
}
#hol p{
position:absolute;left:100px;top:5px;
font-size: 24px;
font-weight: bold;
font-family: arial;
}

#service {
position:relative;left:25px;top:50px;
width: 650px;
height: 90px;
background: url(../img/service.png) no-repeat;
}
#service p{
position:absolute;left:100px;top:5px;
font-size: 24px;
font-weight: bold;
font-family: arial;
}
.red {
color:#bd0000;
}

#contact {
position:relative;left:25px;top:50px;
width: 650px;
height: 90px;
background: url(../img/contact.png) no-repeat;
}
#contact p{
position:absolute;left:100px;top:10px;
font-size: 24px;
font-family: arial;
}

#phone {
position:relative;left:25px;top:30px;
width: 305px;
height: 140px;
background: url(../img/phone.png) no-repeat;
}

#phone p{
position:absolute;left:100px;
font-size: 24px;
font-weight: bold;
font-family: arial;
}

#top {
position:relative;z-index:1;
text-align: left;
background: url(../img/top.png);
width: 700px;
height: 125px;
}

h1 {
color:#000;
font-size: 36px;
font-weight: bold;
font-family: arial;
position:relative;top: 20px;left:20px;
}

h1 span { 
color: #fff;
}

h2 {
color:#000;
font-size: 18px;
font-weight: bold;
font-family: arial;
position:relative;top: 20px;left:20px;
}







