.embed-yt {
    background: url(../images/bg-black-leather.png);
    position: relative;
}
.footer-wrap {
    background: url(../images/bg-white-leather.png) repeat;
    position:relative;
}
.footer-wrap:before {
    content:'';
    background: url(../images/bg-white-leather01-up.jpg) repeat-x bottom;
    top: -15px;
    background-size: 100% 32px;
    left: 0;
    position:absolute;
    z-index: 111;
    width: 100%;
    height: 32px;

}
  
