#header {
    display: block;
    background: url(/img/logo.png) no-repeat -5px;
    margin-bottom: 6px;
    height: 55px;
    position: relative;
    z-index: 3;
    margin: 3px 0;
}

.footer .footer-logo a:before, .footer .footer-logo span:before {
    content: '';
    background: url(/img/logo.png) 0 0 no-repeat;
    width: 310px;
    height: 46px;
    position: absolute;
    top: 2px;
    left: 45%;
    margin-left: -121px;
}