html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#game {
	width: 100%;
	height: 100%;
	background: url( '../assets/background.png' );
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-crisp-edges;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}
