@font-face {
    font-family: 'chunqregular';
    src: url('fonts/chunq-webfont.eot');
    src: url('fonts/chunq-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chunq-webfont.woff2') format('woff2'),
         url('fonts/chunq-webfont.woff') format('woff'),
         url('fonts/chunq-webfont.ttf') format('truetype'),
         url('fonts/chunq-webfont.svg#chunqregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#bg {
  background-repeat:  repeat-x;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

canvas {
  z-index: 100;
  position:fixed;
}


