﻿body {
    margin: 0;
    background: url("../img/back-main.jpg") repeat #FFF;
}

html {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#header {
    background: url("../img/back-top.jpg") repeat-x #008;
    background-position-y: -100px;
}

    #header #logo {
        float: left;
        background: url("../img/logo.png") no-repeat;
        width: 631px;
        height: 70px;
        margin: 20px 0 32px 8px;
    }

#footer {
    background: url("../img/back-bot.jpg") repeat-x #008;
    background-position-y: -110px;
    height: 90px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 24px;
    color: #FFF;
}

    #footer .copyright {
        float: left;
        margin: 0 0 16px 16px;
    }

    #footer .address, #footer a.email, #footer .phone {
        float: right;
        clear: right;
        margin-right: 16px;
    }

        #footer a.email:visited, a.email {
            color: #FFF;
        }

#menu {
    clear:both;
    margin:8px;
}

#content {
    background: url("../img/back-main.jpg") repeat #FFF;
    min-height: 100%;
    clear: both;
}
