html {
	overflow: hidden;
	touch-action: none;
	content-zooming: none;
}
body {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background-image:  url('../assets/dog.gif'), url('../assets/explosionbang.gif');
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
}
canvas {
	width: 100%;
	height: 100%;
	background: none;
	position: absolute;
	cursor: cell;
	background: url('../assets/.gif') no-repeat center center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 100;
}

#horse {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../assets/horse.gif') no-repeat center center fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 40;
}

#poopexplode {
	overflow: hidden;
	width: 100%;
	height: 308px;
	bottom: 0px;
	background: #;
	position: absolute;
	background-image: url('../assets/poopexplode.gif');
	cursor:url("../assets/.png") 50 50, auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 70;
}

#poopexplode2 {
	overflow: hidden;
	width: 100%;
	height: 308px;
	bottom: 0px;
	background: #;
	position: absolute;
	background-image: url('../assets/poopexplode.gif');
	cursor:url("../assets/.png") 50 50, auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 70;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#moon {
	overflow: hidden;
	width: 100%;
	height: 220px;
	bottom: -50px;
	background: #;
	position: absolute;
	background-image: url('../assets/moon2.gif');
	cursor:url("../assets/.png") 50 50, auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 45;
}

#scene {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #;
	position: absolute;
	background-image: url('../assets/.png');
	cursor:url("../assets/.png") 50 50, auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 50;
}

/* Change Background Image Based on Orientation */

@media all and (orientation:landscape) {
	#scene {
		background: url('../assets/drought.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: auto;
		top: 0; left: 0; bottom: 0; right: 0;
	}
}

@media all and (orientation:portrait) {
	#scene {
		background: url('../assets/drought-vertical.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: auto;
		top: 0; left: 0; bottom: 0; right: 0;
	}
}
