@font-face {
    font-family: AppleFont;
    src: url('../assets/PRNumber3.ttf');
}

body {
    margin: 0;
    overflow:hidden;
    background: #000;
}

#div_canvas {
    position: absolute;
    width: 800px;
    height: 480px;
    display: block;
	/*cursor: none;*/
}


