@import url(http://fonts.googleapis.com/css?family=Indie+Flower|Chewy);

body {
	background-color: #222;
	font-family:"Indie Flower";

}
.container {
	width: 992px;
	height: 709px;
	margin: auto;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-radius: 20px;
	border: 2px solid #333;
	background-color:#FFF;
}

#wallpaper {
	width: 992px;
	height: 709px;
	margin: auto;	
}

.zebra {
	z-index: 1;
	position: absolute;
	left: 200px;
	top: 522px;
}

.lion {
	z-index: 1;
	position: absolute;
	left: 379px;
	top: 391px;
}

.croc {
	z-index: 1;
	position: absolute;
	left: 576px;
	top: 345px;
	width: 207px;
	height: 202px;
}

.toucan {
	z-index: 1;
	position: absolute;
	left: 550px;
	top: 303px;
	width: 156px;
	height: 143px;
}

.giraffe {
	z-index: 1;
	position: absolute;
	left: 361px;
	top: 367px;
	width: 120px;
	height: 174px;
}

.button {
	cursor: pointer;
	background-color:#CC0000;
	position: absolute;
	border-radius: 20px;
	border: 2px solid #333;
	padding: 20px;
	bottom: 150px;
	left: 456px;
	font-size: 20px;
	font-family:"Chewy";
}

#title {
	font-family:"Chewy";
	position: absolute;
	bottom: 587px;
	left: 245px;
	font-size: 40px;
}

#text {
	font-family:"Indie Flower";
	position:absolute;
	background-color:transparent;
	text-align:center;
	height: 91px;
	z-index:90;
}

#speechbubble {

}

#giraffe {
	cursor:pointer;
}

#zebra {
	cursor:pointer;
}

#lion {
	cursor:pointer;
}

#croc {
	cursor:pointer;
}

#toucan {
	cursor:pointer;
}

#counter {
	color:#FFF;
	position:absolute;
}

.puzzlebackground {
	color:#999;
	position:absolute;
}

#transbox  {
	width:741px;
	height:110px;
	margin:30px 50px;
	background-color:#ffffff;
	border:1px solid black;
	border-radius: 20px;
	position:absolute;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	left: 84px;
	top: 552px;
  }
  
#transboxtext  {
  color:#000;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
  font-family:"Indie Flower";
  font-size:17px;
  color:#000000;
  opacity:1.0;
  }

.challengebox {
	z-index: 99;
	height: 70px;
	background-color: #CCCCCC;
	border: 1px solid black;
	border-radius: 20px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	padding: 20px;
	width: 120px;
}

.difference {
	z-index: 90;
	opacity: 1;
}

#difference {
	z-index: 90;
	width: 992px;
	height: 709px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 20px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	background-color: #CCCCCC;
	border: 1px solid black;
}
.sun {
	position:absolute;
	left: 812px;
	top: 34px;
	z-index:99;
	width: 56px;
	height: 55px;
}
.ball {
	position:absolute;
	left: 727px;
	top: 602px;
	z-index:99;
	width: 22px;
	height: 20px;
}
.garbage {
	position:absolute;
	left: 683px;
	top: 646px;
	z-index:99;
	width: 35px;
	height: 35px;
}
.man {
	position:absolute;
	left: 520px;
	top: 230px;
	z-index:99;
	width: 37px;
	height: 53px;
}
.sign {
	position:absolute;
	left: 333px;
	top: 211px;
	z-index:99;
	width: 31px;
	height: 30px;
}

.smoke {
	position:absolute;
	left: 325px;
	top: 412px;
	z-index:99;
	width: 46px;
	height: 44px;
}

#right {
	cursor:pointer;
}

#left {
	cursor:pointer;
}
