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

.canvasHolder {
	font-size: 16px;
}

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



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

.beaver_dam {
	background: url('../game_img/Backgrounds/Layer1_6B.png') 0px 0px no-repeat;
}
.elk_feast {
	background: url('../game_img/Layer1_2.png') center center no-repeat;
}




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

.elk_feast_payoff p#download_status {
  margin-top: -33px;
}

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

.feedback #play_btn-elk-feast {
    display: none;
}

.feedback #play_btn-beaver-dam {
    display: none;
}

/* wolf - You keep the dogs out screen */

.payoff{
	position: relative;
}

.feedback {
	display: none;
}

#wolfintro {
	display: block;
}

#wolfintro, #wolflose, #wolfwin {
	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-elk-feast{
	font-family:'VeneerTwo';
	font-size: 60px;
	color: #6ba849;
	z-index: 5;
	margin: 0 auto;
	padding-top: 25px;
	width: 100%;
	text-align: center;

}

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

}

.game_title-beaver-dam{
    font-family:'VeneerTwo';
    font-size: 60px;
    color: #775b48;
    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;
}



.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: 120%;
    margin: 25px auto 0;
    padding-left: 90px;
    padding-top: 22px;
    width: 300px;
    z-index: 5;
}

.finger-wolf-chase{
   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: 25px auto 0;
    padding-left: 90px;
    padding-top: 12px;
    width: 300px;
    z-index: 5;
}


.finger-elk-feast{
   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: 5px auto 0;
    padding-left: 90px;
    padding-top: 3px;
    width: 300px;
    z-index: 5;
}


.elk_feast_payoff .finger {
	margin: 10px auto 0;
}

.wolf_chase_lose_image{
	background: url("../img/wolf/wolf_chase_lose.png") no-repeat 0 0;
	z-index: 5;
	width:174px;
	height:216px;
	margin: 4px auto 0;
}

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

.beaver_dam_payoff .finger {
	margin: 10px auto 0;
}

.beaver_dam_lose_image{
	background: url("../img/log.png") no-repeat 0 0;
	z-index: 5;
	width:155px;
	height:101px;
	margin: 40px auto 0;
}

.beaver_dam_win_image {
	background: url("../img/beaver.png") no-repeat 0 0;
	z-index: 5;
	width:149px;
	height:96px;
	margin: 40px auto 0;
}




/* BUTTONS FOR ELK FEAST */

#play_btn-elk-feast{
	background: url("../img/wolf/elk-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;
}

.elk-feast-help {
  padding-left: 150px;
}

.elk_feast_payoff #play_btn-elk-feast {
	margin: 0px auto 0;
  margin-top: -33px;
}

#play_btn-elk-feast:hover{
	opacity: 0.9;
}


#play_again_btn-elk-feast, #play_again_btn_alt-elk-feast{
	background: url("../img/wolf/elk-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-elk-feast:hover, #play_again_btn_alt-elk-feast:hover{
	background-position: 0px -70px;
}


#quit_btn-elk-feast{
	background: url("../img/wolf/elk-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-elk-feast:hover{
	background-position: 0px -70px;
}


#continue_btn-elk-feast{
	background: url("../img/wolf/elk-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-elk-feast:hover{
	background-position: 0px -70px;
}

/* BUTTONS FOR WOLF CHASE */

#play_btn-wolf-chase{
    background: url("../img/wolf/chase-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-wolf-chase:hover{
    opacity: 0.9;
}


#play_again_btn-wolf-chase, #play_again_btn_alt-wolf-chase{
    background: url("../img/wolf/chase-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-wolf-chase:hover, #play_again_btn_alt-wolf-chase:hover{
    background-position: 0px -70px;
}


#quit_btn-wolf-chase{
    background: url("../img/wolf/chase-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-wolf-chase:hover{
    background-position: 0px -70px;
}


#continue_btn-wolf-chase{
    background: url("../img/wolf/chase-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-wolf-chase:hover{
    background-position: 0px -70px;
}

/* BUTTONS FOR BEAVER DAM */

#play_btn-beaver-dam{
    background: url("../img/wolf/beaver-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-beaver-dam:hover{
    opacity: 0.9;
}


#play_again_btn-beaver-dam, #play_again_btn_alt-beaver-dam{
    background: url("../img/wolf/beaver-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-beaver-dam:hover, #play_again_btn_alt-beaver-dam:hover{
    background-position: 0px -70px;
}


#quit_btn-beaver-dam{
    background: url("../img/wolf/beaver-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-beaver-dam:hover{
    background-position: 0px -70px;
}


#continue_btn-beaver-dam{
    background: url("../img/wolf/beaver-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-beaver-dam:hover{
    background-position: 0px -70px;
}
