.footer {
    font-size: 9px;
    color: #575757;
    width: 931px;
}

.footer_left {
    float: left;
    width: 17px;
    height: 44px;
    background: url('../img/footer_left_bg.jpg') no-repeat;
}

.footer_midle {
    float: left;
    width: 895px;
    height: 44px;
    background: url('../img/footer_midle_bg.jpg') repeat-x;
}

.footer_right {
    float: left;
    width: 19px;
    height: 44px;
    background: url('../img/footer_right_bg.jpg') no-repeat;
}

