@font-face {
    font-family: 'vintage_fairregular';
    src: url('../fonts/vintage_fair-webfont.eot');
    src: url('../fonts/vintage_fair-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vintage_fair-webfont.woff2') format('woff2'),
         url('../fonts/vintage_fair-webfont.woff') format('woff'),
         url('../fonts/vintage_fair-webfont.ttf') format('truetype'),
         url('../fonts/vintage_fair-webfont.svg#vintage_fairregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background-image:url("../images/bkg2.png"); 
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color:rgb(242,235,199);
	}
#gamestage{
	
	width:800px;
	height:600px;
	position:relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	background-image: url("../images/gamestage.jpg");
	padding-top: 80px;
	
}
.splash{
	position: relative;
	left:6%;
	bottom: 45px;
	background-image: url("../images/gameover.png");
	width:707px;
	height:566px;
	
}
.final{
	position:relative;
	bottom:-245px;
	font-family: 'vintage_fairregular';
	color:#9e3930;
	font-size: 65px;
	text-align: center;
}
#gamestage h3{
	position:relative;
	font-family: 'vintage_fairregular';
	color:#9e3930;
	font-size: 40px;
	text-align: center;
	margin-top:272px;
}
.tryagain{
	position:relative;
	font-family: 'vintage_fairregular';
	color:#084671;
	font-size: 70px;
	text-align: center;
	top: -85px;
	cursor: pointer;
}
#targetarea{
	width:100%;
	height: 90%;
	position:relative;
	margin: 0 auto;
	background-image: url("../images/targetareaBkg.png");
}
#scorebar{
	width:800px;
	height:200px;
	position:relative;
	text-align: center;
	margin: 0 auto;
	background-image: url("../images/bottomboard.png");
}
#special, #high, #medium, #low{
	width: 100%;
	height:20%;
	position: relative;
}
#gun{
	background-image: url("../images/gun.png");
	width:44px;
	height:100px;
	position:absolute;
	bottom:0;
	left:100px;
}
#gun p{
	position:relative;
	color: BLACK;
	font-size: 2.5em;
	font-family: 'vintage_fairregular';
	bottom:-10px;
	left: 44px;
}
#gun pre{
	position:relative;
	color: BLACK;
	font-size: 3em;
	font-family: 'vintage_fairregular';
	bottom:100px;
	left: 230px;
}
#ammobar{
	position:relative;
	width:200px;
	height:51px;
	bottom:-25px;
	left:5%;
	background-image: url("../images/score.png");
} 
#sound{
	position:relative;
	width:55px;
	height:51px;
	bottom:21px;
	left:372.5px;
	background-image: url("../images/soundon.png");
}
.ammo{
	position:relative;
	max-width:100%;
	height:39px; 
	bottom:-5px;
	left:1%;
	text-align: center;
	font-size: 2em;
	font-family: 'vintage_fairregular';
	color:rgb(242,235,199);
	}
.points{
	position:relative;
	width:200px;
	height:51px;
	bottom:75px;
	left:70%;
	line-height: 1.7em;
	font-size: 2em;
	font-family: 'vintage_fairregular';
	color:rgb(242,235,199);
	background-image: url("../images/score.png");
}
.bullet{
 	background-image: url("../images/bullet.png");
 	width:10px;
 	height:23px;
 	position: absolute;
 	top:100px;
 	left:100px;
}
.target{
	width:129px;
	height:113px;
	position: absolute;
}
.lowtarget{
	background-image:url("../images/plainduck.png");
}
.mediumtarget{
	background-image:url("../images/plainduckright.png");
}
.hightarget{
	background-image:url("../images/plainduck.png");
}
.specialtarget{
	background-image:url("../images/plainduckright.png");
}
.target.disabled.lowtarget{
	width:129px;
	height:126px;
	background-image:url("../images/hipduck.png");
}
.target.disabled.mediumtarget{
	width:129px;
	height:126px;
	background-image:url("../images/hipduckright.png");
}
.target.disabled.hightarget{
	width:129px;
	height:126px;
	background-image:url("../images/hipduck.png");
}
.target.disabled.specialtarget{
	width:129px;
	height:126px;
	background-image:url("../images/hipduckright.png");
}