body::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background-image: url('/shared/eck-gold.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

