#sp-bottom {
    position: relative;
    &:before{
        content: '';
        background: url(../images/tmpl-images/footer.png) no-repeat scroll center center / cover;
        height: 200px;
        width: 100%;
        position: absolute;
        left: 0;
        top: -196px;
        z-index: -1;
    }
}