root {
    display: block;
}

body {
    background-color: #9dc1ff;
    /*background-repeat: repeat-x;*/
    background-position: top;
    background-image: url(/static/dayeya/images/bg_tile-d01c8b4ccc04c82dd11fd92c837fe75b.jpg);
}

* {
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

::selection {
    background: transparent;
    color: inherit;
}

::-moz-selection {
    background: transparent;
    color: inherit;
}

#canvas {
    width: 768px;
    height: 1024px;
    position: absolute;
}

canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    -ms-touch-action: none;
}

.ani_hack {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent; /* mobile webkit */
}
/***************FONTS*******************/
@font-face {
    font-family: 'ComicSansMS-Bold';
    src: url('ComicSansMS-Bold.eot?#iefix') format('embedded-opentype'),
    url('/static/dayeya/ComicSansMS-Bold-65470a4c742f3c32c96994778f5746cc.woff') format('woff'),
    url('ComicSansMS-Bold.ttf') format('truetype'),
    url('ComicSansMS-Bold.svg#ComicSansMS-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walibi0615bold';
    src: url('walibi-holland-webfont.eot');
    src: url('walibi-holland-webfont.eot?#iefix') format('embedded-opentype'),
    url('/static/dayeya/walibi-holland-webfont-7a62f9cf762d8ee68bfbb5fd7e9c0917.woff') format('woff'),
    url('walibi-holland-webfont.ttf') format('truetype'),
    url('walibi-holland-webfont.svg#walibi0615bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
