* {margin: 0; padding: 0;}
body {
background: #000;
color: #FFF;
font-family: sans-serif;
font-weight: bold;
text-align: center;
background-image: url(images/new-york-city-limo.jpg);
background-repeat: repeat-y;
background-position: center;
}

#wrapper {
width: 780px;
height: 700px;
margin: 0 auto;
text-align: left;
position: relative;
background: url(images/limo-new-york-city.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.new_york_limousine {
position: absolute;
height: 218px;
top: 400px;
right: 30px;
width: 378px;
background: url(images/limo-new-york-city.gif);
}

.new_york_limousine_all_occasions {
position: absolute;
top: 2px;
left: 0px;
width: 378px;
text-align: center;
color: #FFF;
font-weight: bold;
font: Modern No. 20, Century, Book Antique, Arial;
font-size: 12px;
}
.new_york_city_limousine {
position: absolute;
top: 30px;
left: 0px;
width: 378px;
text-align: center;
color: #FFF;
font-weight: bold;
font: Modern No. 20, Century, Book Antique, Arial;
font-size: 16px;
}
.new_york_city_limousine_number {
position: absolute;
bottom: 5px;
left: 0px;
width: 378px;
text-align: center;
color: #FFF;
font-weight: bold;
font: Modern No. 20, Century, Book Antique, Arial;
font-size: 40px;
}
.designed_by {
position: absolute;
top: 55px;
right: 5px;
width: 100px;
text-align: center;
color: #FFF;
font-weight: bold;
font: Modern No. 20, Century, Book Antique, Arial;
font-size: 12px;
z-index: 3;
}

.footer{
position: absolute;
bottom: 30px;
left: 0px;
height: 652px;
width: 780px;
background: url(images/footer.gif);
background-repeat: no-repeat;
background-position: top center;
z-index: 2
}
.footer_sheet{
position: absolute;
bottom: 0px;
left: 0px;
height: 580px;
width: 780px;
background: url(images/new-york-city-limo.jpg);
background-repeat: repeat-y;
background-position: center;
z-index: 1;
}
.header{
position: absolute;
top: 0px;
left: 0px;
height: 89px;
width: 780px;
background: url(images/header.gif);
background-repeat: no-repeat;
background-position: bottom center;
}
.footer_image {
position: absolute;
top: 20px;
left: 0;
height: 100%;
}

.by_text {
color: #555;
text-decoration: none;
}
