.copyright {
    position: relative;
    background: #333;
    color: #fff;
}

.footer_pic {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 20px;
}

.footer_pic img {
    width: 50%;
}