footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 20px;
    height: 20px;
}

footer .container {
    position: absolute;
    left: 20px;
    top: 12px;
    bottom: 0px;
}

footer .container img {
    display: none;
}

footer .copyright {
    padding-left: 5px;
    font-size: 12px;
    width: 215px;
    background-color: #eee;
}
