#main_wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px
    }
#body {
    position: relative;
    border-top: 1px solid #F2F2F2
    }
#body > div {
    position: relative;
    margin: 0 auto;
    width: 960px;
    min-height: 100px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top: none;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px
    }
#main_wrapper > .footer_push, #footer {
    position: relative;
    height: 90px;
    color: #666;
    overflow: visible
    }
#footer > div.background {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 410px;
    background: #fff url(/static/image/v2/background_bottom_gradient.jpg) repeat-x left bottom;
    z-index: -1
    }
#footer > div.content {
    position: relative;
    margin: 0 auto;
    width: 960px
    }
#footer .logo {
    margin: 25px 0 0 12px;
    float: left
    }
#footer .legal {
    margin: 50px 12px 0 0;
    float: right
    }
#footer .contact_us {
    margin: 50px 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #DDD;
    float: right
    }
#footer .contact_us a {
    color: #666;
    text-decoration: underline
    }
#main_wrapper.medium #body, #main_wrapper.large #body {
    padding-left: 10px;
    padding-right: 10px
    }
#main_wrapper.medium #body > div, #footer.medium > div.content {
    width: auto;
    min-width: 960px;
    max-width: 1120px;
    margin: 0 auto
    }
#main_wrapper.large #body > div, #footer.large > div.content {
    width: auto;
    min-width: 960px;
    max-width: 1600px;
    margin: 0 auto
    }
#footer.medium, #footer.large {
    position: absolute;
    left: 0;
    width: 100%
    }