@font-face {
  font-family: 'Shrewsbury';
  src: url('fonts/Shrewsbury.eot?#iefix') format('embedded-opentype'),
    url('fonts/Shrewsbury.woff') format('woff'),
    url('fonts/Shrewsbury.ttf')  format('truetype'),
    url('fonts/Shrewsbury.svg#Shrewsbury') format('svg');
  font-weight: normal;
  font-style: normal;
}

#bg {
  background-image: url("../assets/webBG.jpg");
  background-repeat:  repeat-x;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

body {
  background-color: black;
}

canvas {
  z-index: 100;
  position:fixed;
}


