.footer {
    /* margin-top: -50px;
    height: 50px;
    background-color: #eee;
    z-index: 99999;

    clear:both;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #ccc;
    width: 100%; */

    position: static;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    z-index: 99999;
    /* border-top: 1px solid #ccc; */
    clear:both;
    font-size: 13px;
    text-align: center;
    color: white;
}
