 body {
 	overflow: hidden;
 	margin: 0;
 	padding: 0;
 	background: #FFF;
 }

 canvas {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 }