body {
  background-image: url('/files/Page%20Background/1920x25001.svg');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: scroll;
}

footer::before, .zfooter::before, #footer::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 0;
}

