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

.canvasHolder {
	font-size: 16px;
}

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

.vulture_killer {
	background: url('../game_img/Layer0_0.png') center center no-repeat;
}
.carcass_eater {
	background: url('../game_img/Layer0_1.png') center center no-repeat;
}
.rat_dog {
	background: url('../game_img/Layer0_2.png') center center no-repeat;
}

.feedback {
	position: absolute;
	top: 0px;
	left: 0px;
}

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

.payoff{
	position: relative;
}

.feedback {
	display: none;
}

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

.feedback #play_btn-carcass-eater {
	display: none;
}

.feedback #play_btn-vulture-killer {
    display: none;
}

.feedback #play_btn-rat-dog {
    display: none;
}

.dicolo {
	color: #A665C1;
}

#vultureintro {
	display: block;
}

#vultureintro, #vulturelose, #vulturewin {
	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-vulture-killer{
	font-family:'VeneerTwo';
	font-size: 60px;
	color: #97c4bf;
	z-index: 5;
	margin: 0 auto;
	padding-top: 25px;
	width: 100%;
	text-align: center;

}

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

}

.game_title-rat-dog{
    font-family:'VeneerTwo';
    font-size: 60px;
    color: #8d8755;
    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-vulture-killer{
   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: 30px;
    width: 300px;
    z-index: 5;
}

.dog{
	background: url("../img/dog.png") no-repeat 0 0;
	z-index: 5;
	width:155px;
	height:125px;
	margin: 27px auto 0;
}

.broom{
	background: url("../img/broom.png") no-repeat 0 0;
	z-index: 5;
	width:120px;
	height:200px;
	margin: 21px auto 0;
}

.vulture{
	background: url("../img/vulture.png") no-repeat 0 0;
	z-index: 5;
	width:312px;
	height:202px;
	margin: 5px auto 0;
}

.vulture2{
	background: url("../img/vulture2.png") no-repeat 0 0;
	z-index: 5;
	width:279px;
	height:174px;
	margin: 21px auto 0;
}


.deadcow{
	background: url("../img/dead_cow.png") no-repeat 0 0;
	z-index: 5;
	width:225px;
	height:155px;
	margin: 12px auto 0;
}

.mousedog{
	background: url("../img/mousedog.png") no-repeat 0 0;
	z-index: 5;
	width:267px;
	height:147px;
	margin: 0 auto;
}

/* BUTTONS FOR CARCASS EATER */

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

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


#quit_btn-carcass-eater{
	background: url("../img/carcass-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: -10px;
}

#quit_btn-carcass-eater:hover{
	background-position: 0px -65px;
}


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

/* BUTTONS FOR RAT DOG */

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

#play_again_btn-rat-dog, #play_again_btn_alt-rat-dog{
    background: url("../img/dogs-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: -9px;
}

#play_again_btn-rat-dog:hover, #play_again_btn_alt-rat-dog:hover{
    background-position: 0px -65px;
}


#quit_btn-rat-dog{
    background: url("../img/dogs-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: -10px;
}

#quit_btn-rat-dog:hover{
    background-position: 0px -65px;
}


#continue_btn-rat-dog{
    background: url("../img/dogs-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-rat-dog:hover{
    background-position: 0px -65px;
}

/* BUTTONS FOR VULTURE KILLER */

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

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


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


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