﻿.foot {
    float: left;
    height: 45px;
    line-height: 45px;
    color: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #0096D6;
    background-image: url(../img/new_footer.png),url(../img/hp_logo.png)!important;
    background-position: right 45px center,right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 175px,45px;
    text-align: right;
    padding-right: 50px;
}

.banner { background-size:44px; }