/* Unchanged */
body { 
    margin: 0px;      
}

#bgone {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 760px;
    height: 568px;    
    padding-top: 4px;    
    display: block;  
    z-index: 1;    
}

#bgtwo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 760px;
    height: 100px;   
    display: block;  
    z-index: 3;
   
}

#game_area {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;    
    width: 760px;
    height: 568px;
    margin: 10px;
    z-index: 5;
overflow: hidden;
 cursor: crosshair;
}

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

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

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

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

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

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

#dog {
    position: absolute;
    left: 128px;
    top: 490px;
    width: 43px;
    height: 45px;
    z-index: 2;
    
}

#phoenix {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    z-index: 2;
cursor: crosshair;
    }
    
#hotspot {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    z-index: 6;
    cursor: crosshair;
    background: url('/phoenixhunt/invisible.gif');   
   
}

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

#gameover {
    display: none;
    position: absolute;
    left: 350px;
    top: 275px;
    width: 81px;
    height: 33px;
    z-index: 3;
    background: url('/phoenixhunt/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: 760px;
	height: 360px;
	top: 245px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

div#ad1 { 
	z-index: 99999;
	position: absolute;
	width: 760px;
	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;
	}	
	
.score-screen {
	width:300px;
	height:66px;
	position: absolute;
	top:-55px;
	left: 10px;
}	

#end_game_screen {
	background-image: url(/phoenixhunt/game-over-enter-name.gif);
}

#game_form {
	margin-top:130px;
	margin-left:30px;
	
}

.scores {
	color: #ffffff;
	font-size: 11px;	
	margin-top: 230px;
	width: 800px;
	margin-left: 250px;
}

.score {		
	width:600px;
    float:left;
}

.scoreing {
	float: left;	
	width:100px;
	display:block;
}

.name {
	float: left;	
	width:200px;
	display:block;
}

.level {
	float: left;	
	width:100px;
	display:block;
}

.number {
	float: left;	
	width: 20px;
	display:block;
}
a.sound-button {
	position:absolute;
	left: 560px; 
	top: -40px;
	width: 132px;
	height: 42px;
	display: block;
}


a.start-button {
	position:absolute;
	left: 620px; 
	top: -40px;
	background-image: url(/phoenixhunt/start-game-button.png);
	width: 132px;
	height: 42px;
	display: block;
}

a.start-button:hover {
	position:absolute;
	left: 620px; 
	top: -40px;
	background-image: url(/phoenixhunt/start-game-rollover.png);
	width: 132px;
	height: 42px;
	display: block;
}