html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

#wrapper {
    background-image: url(../images/page_bkg.jpg);
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: left;
    width: 775px;
}

* html #wrapper {
    height: 100%;
}

#masthead_wrapper {
    height: 160px;
    margin-left: 13px;
    margin-right: 13px;
    width: 749px;
}

#masthead_logo {
    float: left;
    width: 200px;
}

#masthead_logo img {
    display: block;
}

#masthead_cityscape {
    background-image: url(../images/cityscape.jpg);
    float: right;
    height: 125px;
    width: 549px;
}

#masthead_menu {
    background-color: inherit;
    background-image: url(../images/menu_bkg.jpg);
    color: #FFFFFF; /* White (#FFFFFF) */
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    float: right;
    height: 35px;
    text-align: center;
    width: 549px;
}

#masthead_menu_services {
    float: left;
    height: 27px;
    margin-top: 8px;
    width: 137px;
}

#masthead_menu_proposal {
    float: left;
    height: 27px;
    margin-top: 8px;
    width: 137px;
}

#masthead_menu_properties {
    float: left;
    height: 27px;
    margin-top: 8px;
    width: 137px;
}

#masthead_menu_contact {
    float: right;
    height: 27px;
    margin-top: 8px;
    width: 138px;
}

#content {
    background-image: url(../images/content_bkg.jpg);
    background-repeat: no-repeat;
    height: auto;
    margin-left: 13px;
    margin-right: 13px;
    min-height: 80px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 30px;
    width: 689px !important;
    width /**/:749px;
}

#footer {
    background-color: inherit;
    background-image: url(../images/footer_bkg.jpg);
    bottom: 0;
    color: #FFFFFF; /* White (#FFFFFF) */
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    height: 27px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 775px;
}
