body {
	background-color: #000000;
	font-family: arial;
}

#container {
	width: 900px;
	height: 450px;
	margin: auto;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

#background {
	position: absolute;
	z-index: 1;
	background-color: #000;
}

#gameIntro {
	position: absolute;
	z-index: 5;
	width: 410px;
	height: 260px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	left: 225px;
	bottom: 90px;
	border: 2px solid black;
	box-shadow: 3px 3px 0px 0px #000;
	border-radius: 20px;
	display: none;
}

#startButton {
	position: absolute;
	z-index: 6;
	background-color: #33AADD;
	width: 140px;
	height: 20px;
	padding: 10px;
	border-radius: 20px;
	bottom: 20px;
	left: 135px;
	cursor: pointer;
}

#bat {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 134px;
	z-index: 2;
}	

#batFly {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: none;
}	

#textBox {
	font-size: 18px;
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	border: 5px solid #000000;
	border-radius: 20px;
	padding: 10px;
	position: absolute;
	bottom: 200px;
	left: 210px;
	z-index: 999;
	display: none;
}

#textBox2 {
	font-size: 18px;
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	border: 5px solid #000000;
	border-radius: 20px;
	padding: 10px;
	position: absolute;
	bottom: 200px;
	left: 210px;
	z-index: 999;
	display: none;
}

#speechBubble1 {
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	color: #222;
	border-radius: 50px;
	padding: 10px; 
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 999;
	display: none;
}

/* The following speech bubble triangle code was modelled from the following site http://www.sitepoint.com/pure-css3-speech-bubbles/ */

#speechBubble1:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 50px;
	top: 70px;
	border: 25px solid;
	border-color: #fff transparent transparent #fff;
	opacity: 0.8;
}

#speechBubble2 {
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,0.8);;
	color: #222;
	border-radius: 50px;
	padding: 10px; 
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 999;
	display: none;
}

#speechBubble2:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 50px;
	top: 70px;
	border: 25px solid;
	border-color: #fff transparent transparent #fff;
	opacity: 0.8;
}

#monkey {
	position: absolute;
	bottom: 400px;
	right: 200px;
	z-index: 2;
	cursor: pointer;
}

#animalInvite {
	position: absolute;
	top: 40px;
	right: 200px;
	z-index: 4;
	display: none;
	border: 4px solid brown;
	box-shadow: 10px 10px 10px 10px #000000;
}

#batHat1 {
	position: absolute;
	top: 140px;
	right: 70px;
	z-index: 4;
}

#topHat {
	position: absolute;
	top: 250px;
	right: 40px;
	z-index: 4;
}

#sunGlasses {
	position: absolute;
	top: 160px;
	right: 710px;
	z-index: 4;
}

#shirt1 {
	position: absolute;
	top: 300px;
	right: 700px;
	z-index: 4;
}

#shirt2 {
	position: absolute;
	top: 220px;
	right: 700px;
	z-index: 4;
}

#doneButton {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	cursor: pointer;
}

#displayText {
	font-size: 32px;
	position: absolute;
	bottom: 200px;
	right: 350px;
	z-index: 20;
	color: #fff;
}

#gorilla {
	position: absolute;
	top: 120px;
	left: 550px;
	z-index: 2;
}

#messageBird1 {
	position: absolute;
	top: 100px;
	right: -150px;
	z-index: 2;
	display: none;
}

#messageBird2 {
	position: absolute;
	top: 0px;
	right: 900px;
	z-index: 2;
	display: none;
}

#birdPartySmall {
	position: absolute;
	top: 135px;
	right: -150px;
	z-index: 2;
	display: none;
	cursor: pointer;
}

#birdPartyInvitation {
	position: absolute;
	top: 5px;
	right: 300px;
	z-index: 4;
	display: none;
	border: 4px solid brown;
	box-shadow: 10px 10px 10px 10px #000000;
}

#eagle {
	position: absolute;
	top: 170px;
	right: 300px;
	z-index: 2;
}

#animalIntro {
	position: absolute;
	top: 0px;
	right: -900px;
	z-index: 1;
}

#birdsKissing {
	position: absolute;
	bottom: 0px;
	left: -900px;
	z-index: 1;
}

#theWorld1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

#theWorld2 {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#batHomeIntro {
	position: absolute;
	z-index: 0;
}

#echidna {
	position: absolute;
	top: 300px;
	right: 900px;
	z-index: 2;
}

#choice {
	position: absolute;
	z-index: 5;
	width: 410px;
	height: 200px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	left: 225px;
	bottom: 120px;
	border: 2px solid black;
	box-shadow: 3px 3px 0px 0px #000;
	border-radius: 20px;
	display: none;
}

#yesButton {
	position: absolute;
	z-index: 6;
	background-color: green;
	width: 50px;
	height: 20px;
	padding: 10px;
	border-radius: 20px;
	bottom: 20px;
	left: 130px;
	cursor: pointer;
	text-align: center;
}

#noButton {
	position: absolute;
	z-index: 6;
	background-color: red;
	width: 50px;
	height: 20px;
	padding: 10px;
	border-radius: 20px;
	bottom: 20px;
	left: 230px;
	cursor: pointer;
	text-align: center;
}

#basket {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#foodButton {
	position: absolute;
	z-index: 6;
	background-color: #FFDD66;
	width: 45px;
	height: 20px;
	padding: 10px;
	border-radius: 20px;
	bottom: 20px;
	left: 110px;
	cursor: pointer;
	text-align: center;
	padding: 20px;
}

#suppliesButton {
	position: absolute;
	z-index: 6;
	background-color: #66EEDD;
	width: 65px;
	height: 40px;
	padding: 10px;
	border-radius: 20px;
	bottom: 20px;
	left: 240px;
	cursor: pointer;
	text-align: center;
	padding: 10px;
}

#partyButton {
	position: absolute;
	z-index: 6;
	background-color: #66FF22;
	width: 165px;
	height: 20px;
	padding: 30px;
	border-radius: 20px;
	bottom: 20px;
	left: 130px;
	cursor: pointer;
	text-align: center;
	padding: 10px;
}

#potion {
	position: absolute;
	top: 320px;
	right: 730px;
	z-index: 2;
	height: 100px;
	width: 100px;
}

#chips {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#apple {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#coke {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#lights {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#speakers {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#balloons {
	position: absolute;
	top: 325px;
	right: 120px;
	z-index: 2;
}

#table {
	position: absolute;
	top: 325px;
	right: 320px;
	z-index: 2;
}

#funnyBird {
	position: absolute;
	top: 325px;
	right: 920px;
	z-index: 4;
}

#bird {
	position: absolute;
	top: 125px;
	right: 920px;
	z-index: 5;
}

#parrot {
	position: absolute;
	top: 325px;
	right: -520px;
	z-index: 6;
}

#seagull {
	position: absolute;
	top: 325px;
	right: -720px;
	z-index: 7;
}

#magpie {
	position: absolute;
	top: 0px;
	right: 950px;
	z-index: 4;
}

#cow {
	position: absolute;
	top: 200px;
	right: 920px;
	z-index: 1;
}

#lion {
	position: absolute;
	top: 270px;
	right: 920px;
	z-index: 4;
}

#giraffe {
	position: absolute;
	top: 0px;
	right: 920px;
	z-index: 4;
}

#xbutton {
	position: absolute;
	top: 25px;
	right: 183px;
	z-index: 7;
	width: 30px;
	height: 30px;
	display: none;
	cursor: pointer;
}

#boom {
	position: absolute;
	top: 0px;
	right: 200px;
	z-index: 20;
	display: none;
}