canvas {
    cursor: default;
    outline: none;
	width: 800px;
	height: 500px;
	display:block;
}

body {
	margin:0;
	background-color: #222222;
}
