html {
	overflow: hidden;
	touch-action: none;
	content-zooming: none;
}
body {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ddd;
	background-image: url('../assets/shark.gif'), url('../assets/gold3dmoney.gif'), url('../assets/rainbowblink.gif');
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
}
canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 10;
	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;
}

#rightscene {
	position: absolute;
	width: 400px;
	height: 400px;
	bottom: 0px;
	left: 0%;
	z-index: 100;
}

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

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

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

#computerdance {
	position: absolute;
	width: 300px;
	height: 300px;
	bottom: -50px;
	left: 200px;
	background: transparent url('../assets/computerdance.gif') no-repeat center center;
	background-size: contain;
	z-index: 103;
}

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

#fire {
	position: absolute;
	margin: auto;
	bottom: -50px;
	left: 0;
	right: 0;
	width: 555px;
	height: 139px;
	z-index: 76;
	background-image: url('../assets/burning.gif');
	background-repeat: repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	z-index: 7;
}

#draggable {
	width: 300px;
	height: 300px;
	background: #;
	background-image: url('../assets/.png');
	z-index: 90;
}

.float_center {
	float: right;
	position: relative;
	left: -45%;
	top: 200px;
	text-align: left;
}

.GeneratedMarquee {
	position: absolute;
	bottom:10%;
	left: 0%;
	font-size:3em;
	line-height:1em;
	color:#ffffff;
	background: none;
	font-family: 'Modak', cursive !important;
	text-shadow: 2px 2px 0 #000000;
	-webkit-animation: rainbowdropshadow .5s infinite;
	animation: rainbowdropshadow .5s infinite;
	-ms-transform: rotate(12deg); /* IE 9 */
	-webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
	transform: rotate(12deg);
	z-index: 120;
}

@-webkit-keyframes rainbowdropshadow {
	0% {
		text-shadow: 1px 1px 0 #FF0000, 2px 2px 0 #FF7F00, 3px 3px 0 #FFFF00;
	}
	8% {
		text-shadow: 1px 1px 0 #FF7F00, 2px 2px 0 #FFFF00, 3px 3px 0 #7FFF00;
	}
	16% {
		text-shadow: 1px 1px 0 #FFFF00, 2px 2px 0 #7FFF00, 3px 3px 0 #00FF00;
	}
	25% {
		text-shadow: 1px 1px 0 #7FFF00, 2px 2px 0 #00FF00, 3px 3px 0 #00FF7F;
	}
	33% {
		text-shadow: 1px 1px 0 #00FF00, 2px 2px 0 #00FF7F, 3px 3px 0 #00FFFF;
	}
	41% {
		text-shadow: 1px 1px 0 #00FF7F, 2px 2px 0 #00FFFF, 3px 3px 0 #007FFF;
	}
	50% {
		text-shadow: 1px 1px 0 #00FFFF, 2px 2px 0 #007FFF, 3px 3px 0 #0000FF;
	}
	58% {
		text-shadow: 1px 1px 0 #007FFF, 2px 2px 0 #0000FF, 3px 3px 0 #7F00FF;
	}
	66% {
		text-shadow: 1px 1px 0 #0000FF, 2px 2px 0 #7F00FF, 3px 3px 0 #FF00FF;
	}
	75% {
		text-shadow: 1px 1px 0 #7F00FF, 2px 2px 0 #FF00FF, 3px 3px 0 #FF007F;
	}
	83% {
		text-shadow: 1px 1px 0 #FF00FF, 2px 2px 0 #FF007F, 3px 3px 0 #FF0000;
	}
	91% {
		text-shadow: 1px 1px 0 #FF007F, 2px 2px 0 #FF0000, 3px 3px 0 #FF7F00;
	}
	100% {
		text-shadow: 1px 1px 0 #FF0000, 2px 2px 0 #FF7F00, 3px 3px 0 #FFFF00;
	}
}

.superjail {
	position: absolute;
	float: left;
	width: 200px;
	height: 200px;
	background: #;
	background-image: url('../assets/superjail.png');
	background-size: contain;
	z-index: 10;
}

/* Change Background Image Based on Orientation */

@media all and (orientation:landscape) {

}

@media all and (orientation:portrait) {

	#dog {
		position: absolute;
		width: 150px;
		height: 150px;
		bottom: 0px;
		left: 0px;
		background: transparent url('../assets/dog.gif') no-repeat center center;
		background-size: contain;
		z-index: 100;
	}

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

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