html,body{
	background:#000;
	text-align:center;
	color:#fff;
	text-align:center;
}
#main{
	display:none;
	margin:0;
	padding:0;
	position:relative;
}
#splash{
	position:absolute;
	width:100%;
	margin:-100px auto;
	height:200px;
	top:50%;
	left:0;
	line-height:200px;
	font:bold 13px/200px sans, arial;
}
#splash span.goril{
	color:#555;
}
h6{
	text-transform:uppercase;
	font:bold 17px arial;
}
h6 span.ascii{
	color:red;
}
.city div.explosion{
	font:bold 17px monospace;
	position:absolute;
	bottom:0;
	left:0;
	color:red;
	display:none;
}
.city div.weapon{
	font:bold 17px monospace;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	height:17px;
	width:17px;
}
.city div.weapon div.banana{
	position:absolute;
	bottom:0;
	left:0;
	color:yellow;
	font:bold 17px monospace;
	height:17px;
	width:17px;
}
.city{
	height:400px;
	width:800px;
	background:blue;
	position:relative;
	overflow:hidden;
	margin:10px auto;
	border:2px solid #ddd;
}
pre.gorilla{
	font-weight:bold;
	color:white;
	padding:0;
	margin:0;
	background:transparent;
	border:none;
	z-index:20;
}
pre.gorilla span.arm{
	color:#c99;
}
pre.gorilla span.legs{
	color:#c99;
}
.controls{
	color:#333;
	position:absolute;
	top:0;
	border:1px solid #ddd;
	background:#fff;
	width:200px;
	z-index:50;
	display:none;
}
#g0controls{
	left:0;
}
#g1controls{
	right:0;
}
.messageBar{
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	width:800px;
	background:#666;
	color:#ddd;
	text-align:left;
}
.p1Score{
	float:left;
	height:40px;
	line-height:40px;
	padding-left:30px;
}
.p2Score{
	float:right;
	height:40px;
	line-height:40px;
	padding-right:30px;
}
.xeye{
	color:red;
}
div.playAgain{
	position:absolute;
	left:0;
	top:50%;
	width: 100%;
	text-align:center;
	text-transform:uppercase;
	color: #555;
	background:#aaa;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	display:none;
}
.speed{
	position:absolute;
	top:105px;
	left:300px;
	height:71px;
	width:200px;
	display:none;
	font-size:3em;
	color:#3d3;
}

.hand{
	position:absolute;
	top:165px;
	left:300px;
	height:71px;
	width:200px;
	display:none;
}
.hand .arrowBody{
	position:absolute;
	background: #4c4;
	top:10px;
	left:0;
	width:125px;
	height:50px;
}
.hand .arrowHeadContainer{
	position:absolute;
	width:75px;
	height:75px;
	right:2px;
	top:0;
	overflow:hidden;
}
.hand .arrowHead{
	position:absolute;
	top:36px;
	left:36px;
	background: #4c4;
	height:75px;
	width:75px;
}
