html, head, body, canvas, script {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	position:fixed;
}
canvas {
	/*position: fixed;*/
	cursor: crosshair;
}
body {
	background-color: black;
}
