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/freedompill.gif'), url('../assets/sademoji.gif');
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
}
canvas {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	background-image: url('../assets/.png');
	background-repeat: no-repeat;
	background-position: center;
	cursor:url("../assets/.gif") 35 35, auto;
	z-index: 10;
}

#moneymachine {
	position:absolute;
	width:100%;
	height:100%;
	background: transparent;
	background-image: url('../assets/.gif') 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;
	z-index: 5;
}

#leftscene {
	position: absolute;
	width:333px;
	height:250px;
	bottom: 0px;
	left: 0%;
	z-index: 41;
}

#rightscene {
	position: absolute;
	width:333px;
	height:250px;
	bottom: 0px;
	right: 0%;
	z-index: 41;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

#pinkthing {
	position: absolute;
	width: 464px;
	height: 175px;
	bottom: 60px;
	left: 0px;
	background: transparent url('../assets/pinkthing.png') repeat;
	z-index: 36;
}

#flyingman {
	position: absolute;
	width: 300px;
	height: 300px;
	bottom: 200px;
	left: 140px;
	background: transparent url('../assets/spaceghost.png') no-repeat center center;
	background-size: contain;
	z-index: 35;
}

#explosion {
	position: absolute;
	width: 157px;
	height: 229px;
	bottom: 30px;
	left: 0px;
	background: transparent url('../assets/explosion2.gif') no-repeat center center;
	background-size: contain;
	z-index: 37;
}

#clapping {
	position: absolute;
	width: 315px;
	height: 350px;
	bottom: -100px;
	left: 300px;
	background: transparent url('../assets/clapping.gif') no-repeat center center;
	background-size: contain;
	z-index: 40;
}

#fatdancedude {
	position: absolute;
	width: 300px;
	height: 373px;
	bottom: 0px;
	left: -10px;
	background: transparent url('../assets/fatdancedude.gif') no-repeat center center;
	background-size: contain;
	z-index: 38;
}

#dinosaur {
	position: absolute;
	width: 200px;
	height: 179px;
	bottom: -10px;
	left: 10px;
	background: transparent url('../assets/dinosaur.gif') no-repeat center center;
	background-size: contain;
	z-index: 38;
}

#heart {
	position: absolute;
	margin: auto;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 260px;
	height: 260px;
	z-index: 25;
	background-image: url('../assets/heart.gif');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

#money {
	position: absolute;
	margin: auto;
	bottom: 80px;
	left: 0;
	right: 0;
	width: 500px;
	height: 611px;
	z-index: 24;
	background-image: url('../assets/money.gif');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

#toofly {
	position: absolute;
	margin: auto;
	bottom: 420px;
	left: 0;
	right: 0;
	width: 500px;
	height: 200px;
	z-index: 24;
	background-image: url('../assets/toofly.gif');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

#centerdudescene {
	position: absolute;
	width:250px;
	height:305px;
	bottom: 0px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 30;
}

#centerdude {
	position: absolute;
	width: 250px;
	height: 305px;
	bottom: 180px;
	left: 0px;
	background: transparent url('../assets/dudedance.gif') no-repeat center center;
	background-size: contain;
	z-index: 29;
}

#poopspin {
	position: absolute;
	width: 63px;
	height: 64px;
	bottom: 90px;
	left: 20px;
	background: transparent url('../assets/poopspin.gif') no-repeat center center;
	background-size: contain;
	z-index: 28;
}

#burningwallet {
	position: absolute;
	width: 100%;
	height: 176px;
	bottom: -20px;
	left: 0px;
	background: transparent url('../assets/burningwallet.gif') repeat center center;
	background-size: contain;
	z-index: 23;
}

/* Change Background Image Based on Orientation */

@media all and (orientation:landscape) {

}

@media all and (orientation:portrait) {

	#centerdudescene {
		position: absolute;
		width:135px;
		height:256px;
		bottom: 0px;
		left: 0px;
		z-index: 30;
	}

	#fatdancedude {
		position: absolute;
		width: 200px;
		height: 249px;
		bottom: 0px;
		left: -10px;
		background: transparent url('../assets/fatdancedude.gif') no-repeat center center;
		background-size: contain;
		z-index: 38;
	}

	#leftscene {
		display: none;
	}

	#flyingman {
		position: absolute;
		width: 200px;
		height: 200px;
		bottom: 200px;
		left: 140px;
		background: transparent url('../assets/spaceghost.png') no-repeat center center;
		background-size: contain;
		z-index: 35;
	}

	#pinkthing {
		position: absolute;
		width: 348px;
		height: 175px;
		bottom: 0px;
		left: 0px;
		background: transparent url('../assets/pinkthing.png') repeat;
		z-index: 36;
	}

	#clapping {
		position: absolute;
		width: 200px;
		height: 222px;
		bottom: -100px;
		left: 120px;
		background: transparent url('../assets/clapping.gif') no-repeat center center;
		background-size: contain;
		z-index: 40;
	}

}
