body { 
    margin: 0px;
    background: #efefef;
    cursor: crosshair;
}

#gameheader {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px red dashed;
	font-family: arial;
	font-size: 10px;
	color: black;
	background-color: grey;
	float: left;
	z-index: 100;
	
}
#bgone {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 226px;
    height: 339px;
    background: url(bgclouds.png) no-repeat top center;
    padding-top: 4px;    
    display: block;  
    z-index: 1;    
}

#bgtwo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 226px;
    height: 339px;
    background: url(bgtrees.png) no-repeat top center;
    display: block;  
    z-index: 3;
}

#game_area {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;    
    width: 226px;
    height: 240px;
    z-index: 5;
}

#anim {
    position: absolute;
    left: 0px;
    top: 173px;
    width: 173px;
    height: 73px;
    background: url('anim.gif') no-repeat top center;
    display: block;  
    z-index: 4;
}

#bullets {
    position: absolute;
    left: 1px;
    top: 225px; 
    width: 29px;
    height: 11px;
    display: block;
    z-index: 4;
    }

#indicator {
    position: absolute;
    left: 39px;
    top: 225px;
    width: 117px;
    height: 21px;
    background: url('indicator.gif') no-repeat top center;
    display: block;  
    z-index: 4;
}

#indication {
    position: absolute;
    left: 71px;
    top: 229px;
    width: 80px;
    height: 7px;
    display: block;
    z-index: 5;
}

#scoreboard {
    position: absolute;
    left: 163px;
    top: 225px;
    width: 53px;
    height: 21px;
    background: url('scoreboard.gif') no-repeat top center;
    display: block;  
    z-index: 4;
}

#score {
    position: absolute;
    left: 165px;
    top: 228px;
    width: 48px;
    height: 7px;
    display: block;
    z-index: 5;
    }

#dog {
    position: absolute;
    left: 138px;
    top: 170px;
    width: 43px;
    height: 85px;
    z-index: 2;
}

#duck {
    display: none;
    position: absolute;
    left: 0px;
    top: 210px;
    width: 42px;
    height: 42px;
    z-index: 2;
    }
    
#hotspot {
    display: none;
    position: absolute;
    left: 0px;
    top: 210px;
    width: 40px;
    height: 40px;
    z-index: 6;
}

#flyingaway {
    display: none;
    position: absolute;
    left: 133px;
    top: 100px;
    height: 17px;
    width: 73px;
    z-index: 3;
    background: url('flyaway.gif') no-repeat top center;    
    }
    
#rounddisplay {
    display: none;
    position: absolute;
    left: 76px;
    top: 92px;
    height: 33px;
    width: 49px;
    z-index: 3;    
    }

#gameover {
    display: none;
    position: absolute;
    left: 69px;
    top: 73px;
    width: 81px;
    height: 33px;
    z-index: 3;
    background: url('gameover.gif') no-repeat top center;
    }    

#hit-count {
    position: absolute;
    top: 368px;
    left: 8px;
    color: #FFFFFF;
    font-face: Arial;
    }
    
#miss-count {
    position: absolute;
    top: 388px;
    left: 8px;
    color: #FFFFFF;
    font-face: Arial;
    }

div#ad { 
	z-index: 99999;
	position: absolute;
	width: 226px;
	height: 360px;
	top: 245px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

div#ad1 { 
	z-index: 99999;
	position: absolute;
	width: 226px;
	top: 245px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}		