html,
body {
	height: 100%;
	margin: 0px !important;
	overflow: hidden !important;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
	width: 100%;
	height: 100%;
}