html, body {
	height: 100%;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	overflow: hidden;
	margin: 0;
	background-color: white;
	background: url(img/amis.png) no-repeat center bottom, url(img/oh.png) no-repeat top left;
	color: black;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}