.footer {
    min-width: 964px;
    color:#222;
    margin: -48px 0 0 0;
    height: 48px;
    border-top:1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hfooter {
    clear: both;
    height: 47px;
}
.min_height {
    float: none;
    position: absolute;
    left:0;
    bottom: 0;
    margin:0;
    height: auto;
}
.footer .copy {
    margin:16px 0;
    float: left;
    width: 750px;
    letter-spacing: 0.5px;
    font-size: 11px;
}
.footer .fright a {
    color:#222;
    float: left;
    display: block;
    margin: 16px 7px;
    letter-spacing: 0.5px;
    font-size: 11px;
}
.footer .fright a:last-of-type {
    margin: 16px 2px 16px 12px;
}
/*.footer .fright {
    float: right;
}
