.canvasHolder {
    display: block;
    height: 600px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}

.canvasHolder {
	font-size: 16px;
}

#platformerCanvas {
	position: absolute;
	top: 0px;
	left: 0px;
}


.feedback {
	position: absolute;
	top: 0px;
	left: 0px;
}
.feedback p#download_status {
	color: #ffffff;
	width: 100%;
	text-align: center;
    font-family: 'Helvetica','Arial',sans-serif;
}

.feedback #play_btn-save-babies {
	display: none;
}

.feedback #play_btn-shark-tag {
    display: none;
}

.feedback #play_btn-grazer-chase {
    display: none;
}

.grazer_chase {
	background: url('../game_img/Layer2_1.png') center center no-repeat;
}


.payoff {
	position: relative;
}

.save_babies {
	background: url('../game_img/BabybackgroundG.gif') 0px 0px no-repeat;
}

.shark_tag {
	background: url('../game_img/Backgrounds/Layer2_2A.png') center center no-repeat;
}

.feedback {
	display: none;
}

#sharkintro {
	display: block;
}

#sharkintro, #sharklose, #sharkwin {
	width: 550px;
	height: 400px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	z-index: 1;
	left: 128px;
    top: 100px;
    position: absolute;
}

.game_title-shark-tag{
	font-family:'VeneerTwo';
	font-size: 60px;
	color: #69c3c4;
	z-index: 5;
	margin: 0 auto;
	padding-top: 25px;
	width: 100%;
	text-align: center;

}

.game_title-save-babies{
    font-family:'VeneerTwo';
    font-size: 60px;
    color: #2fabad;
    z-index: 5;
    margin: 0 auto;
    padding-top: 25px;
    width: 100%;
    text-align: center;

}

.game_title-grazer-chase{
    font-family:'VeneerTwo';
    font-size: 60px;
    color: #bad8cc;
    z-index: 5;
    margin: 0 auto;
    padding-top: 25px;
    width: 100%;
    text-align: center;

}


#game_desc{
    color: #ffffff;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 20px;
    font-weight: lighter;
    line-height: 130%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    z-index: 5;
}

#game_desc_shark{
    color: #ffffff;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 20px;
    font-weight: lighter;
    line-height: 120%;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
    z-index: 5;
}


.finger{
   background: url("../img/finger.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: 'Helvetica','Arial',sans-serif;
    height: 80px;
    line-height: 100%;
    margin: 25px auto 0;
    padding-left: 90px;
    padding-top: 22px;
    width: 300px;
    z-index: 5;
}

.finger-shark{
   background: url("../img/finger.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: 'Helvetica','Arial',sans-serif;
    height: 80px;
    line-height: 120%;
    margin: 20px auto 0;
    padding-left: 90px;
    padding-top: 2px;
    width: 366px;
    z-index: 5;
}

.shark_tag_lose_image{
	background: url("../img/shark/shark_tag_lose2.png") no-repeat 0 0;
	z-index: 5;
	width:189px;
	height:128px;
	margin: 25px auto 0;
}

.shark_tag_win_image {
	background: url("../img/shark/save_the_babies_win.png") no-repeat 0 0;
	z-index: 5;
	width:174px;
	height:216px;
	margin: 10px auto 0;
}

.save_the_babies_lose_image{
	background: url("../img/shark/save_the_babies_lose2.png") no-repeat 0 0;
	z-index: 5;
	width:225px;
	height:208px;
	margin: -21px auto 0;
}

.save_the_babies_win_image {
	background: url("../img/shark/save_the_babies_win.png") no-repeat 0 0;
	z-index: 5;
	width:174px;
	height:216px;
	margin: 10px auto 0;
}

.grazer_chase_lose_image {
	background: url("../img/shark/grazer_chase_lose.png") no-repeat 0 0;
	z-index: 5;
	width:157px;
	height:157px;
	margin: 13px auto 0;
}

.grazer_chase_win_image {
	background: url("../img/shark/grazer_chase_win.png") no-repeat 0 0;
	z-index: 5;
	width:93px;
	height:167px;
	margin: 6px auto 0;
}

/* BUTTONS FOR GRAZER CHASE */

#play_btn-grazer-chase{
	background: url("../img/shark/grazer-play-game.png") no-repeat 0 0;
	z-index: 5;
	width:140px;
	height:0px;
	padding-top: 45px;
	overflow: hidden;
	margin: 10px auto 0;
	display: block;
    opacity:1;

}


#play_btn-grazer-chase:hover{
	opacity: 0.9;
}


#play_again_btn-grazer-chase, #play_again_btn_alt-grazer-chase{
	background: url("../img/shark/grazer-play-again.png") no-repeat 0 0;
	z-index: 5;
	width:140px;
	height:0px;
	padding-top: 55px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 313px;
	left: -10px;
}


#play_again_btn-grazer-chase:hover, #play_again_btn_alt-grazer-chase:hover{
	background-position: 0px -70px;
}


#quit_btn-grazer-chase{
	background: url("../img/shark/grazer-quit.png") no-repeat 0 0;
	z-index: 5;
	width:140px;
	height:0px;
	padding-top: 55px;
	overflow: hidden;
	position: absolute;
	display: block;
	top: 313px;
	right: -11px;
}


#quit_btn-grazer-chase:hover{
	background-position: 0px -70px;
}

#continue_btn-grazer-chase{
	background: url("../img/shark/grazer-continue.png") no-repeat 0 0;
	z-index: 5;
	width:140px;
	height:0px;
	padding-top: 55px;
	overflow: hidden;
	position: absolute;
	display: block;
	top: 313px;
	right: -21px;

}


#continue_btn-grazer-chase:hover{
	background-position: 0px -70px;
}

/* BUTTONS FOR SHARK TAG */
#play_btn-shark-tag{
    background: url("../img/shark/shark-play-game.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 45px;
    overflow: hidden;
    margin: 10px auto 0;
    display: block;
    opacity: 1;

}


#play_btn-shark-tag:hover{
    opacity: 0.9;
}


#play_again_btn-shark-tag, #play_again_btn_alt-shark-tag{
    background: url("../img/shark/shark-play-again.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 55px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 313px;
    left: -10px;
}


#play_again_btn-shark-tag:hover, #play_again_btn_alt-shark-tag:hover{
    background-position: 0px -70px;
}


#quit_btn-shark-tag{
    background: url("../img/shark/shark-quit.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 55px;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 313px;
    right: -11px;
}


#quit_btn-shark-tag:hover{
    background-position: 0px -70px;
}

#continue_btn-shark-tag{
    background: url("../img/shark/shark-continue.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 55px;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 313px;
    right: -21px;

}


#continue_btn-shark-tag:hover{
    background-position: 0px -70px;
}

/* BUTTONS FOR SAVE THE BABIES */

#play_btn-save-babies{
    background: url("../img/shark/save-play-game.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 45px;
    overflow: hidden;
    margin: 10px auto 0;
    display: block;
    opacity: 1;
}


#play_btn-save-babies:hover{
    opacity: 0.9;
}


#play_again_btn-save-babies, #play_again_btn_alt-save-babies{
    background: url("../img/shark/save-play-again.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 55px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 313px;
    left: -10px;
}


#play_again_btn-save-babies:hover, #play_again_btn_alt-save-babies:hover{
    background-position: 0px -70px;
}


#quit_btn-save-babies{
    background: url("../img/shark/save-quit.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 55px;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 313px;
    right: -11px;
}


#quit_btn-save-babies:hover{
    background-position: 0px -70px;
}

#continue_btn-save-babies{
    background: url("../img/shark/save-continue.png") no-repeat 0 0;
    z-index: 5;
    width:140px;
    height:0px;
    padding-top: 55px;
    overflow: hidden;
    position: absolute;
    display: block;
    top: 313px;
    right: -21px;

}


#continue_btn-save-babies:hover{
    background-position: 0px -70px;
}

#ScaryWave {
  height: 348px;
  width: 359px;
  position: relative;
  left:441px;
  top: 55px;
}
