body {
	background-color: black;
	font: 30px sans-serif;
   	overflow: hidden;
}

canvas {
	background-color: black;
    cursor: none;
}

:-webkit-full-screen #myCanvas {
	width: 100%;
	height: 100%;
}
