body {
    margin: 0px;
    text-align: center;
    background: #fff;
    font-family: 'Verdana', sans-serif;
    overflow-y: scroll;
}
div.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 908px;
    text-align: left;
}
a#logo {
    float: left;
    height: 114px;
    width: 509px;
    background: url('../images/logo.png');
    border: none;
}
a#book {
    float: left;
    height: 114px;
    width: 256px;
    background: url('../images/book.png');
    border: none;
}
a#login {
    float: left;
    height: 114px;
    width: 143px;
    background: url('../images/login.png');
    border: none;
}
div.menu a {
    float: left;
    height: 45px;
    border: none;
}
a#btn_home        { width: 70px;  background: url('../images/btn_home.png'); }
a#btn_residential { width: 102px; background: url('../images/btn_residential.png'); }
a#btn_commercial  { width: 113px; background: url('../images/btn_commercial.png'); }
a#btn_service     { width: 195px; background: url('../images/btn_service.png'); }
a#btn_faq         { width: 53px;  background: url('../images/btn_faq.png'); }
a#btn_gallery     { width: 72px;  background: url('../images/btn_gallery.png'); }
a#btn_contact     { width: 105px; background: url('../images/btn_contact.png'); }
a#btn_awards      { width: 198px; background: url('../images/btn_awards.png'); }
a#btn_home:hover        { background: url('../images/btn_home_a.png'); }
a#btn_residential:hover { background: url('../images/btn_residential_a.png'); }
a#btn_commercial:hover  { background: url('../images/btn_commercial_a.png'); }
a#btn_service:hover     { background: url('../images/btn_service_a.png'); }
a#btn_faq:hover         { background: url('../images/btn_faq_a.png'); }
a#btn_gallery:hover     { background: url('../images/btn_gallery_a.png'); }
a#btn_contact:hover     { background: url('../images/btn_contact_a.png'); }
a#btn_awards:hover      { background: url('../images/btn_awards_a.png'); }
.preload {
    display: none;
}
div.content {
    padding: 1px 5px 1px 5px;
    background: url('../images/content_bg.png');
}
div.content a {
    border-bottom: none;
}
div.footer {
    background: url('../images/footer.png') no-repeat;
    background-color: #fff;
    padding: 10px 4px 10px 4px;
    font-size: 10px;
    color: #666;
    text-align: center;
}
div.front_page img, div.front_page a {
    display: block;
}

