.gImage{
	width:100px;
	height: 100px;
}
.gBox{
	float: left;
	margin: 15px;
	text-align: center;
	border-width: 5px;
	border-style: outset;
	border-color: black;
	z-index: 100;
	background-color: gray;
}
.gName{
	text-align: center;
	font-size: 20px;
}
.gHP{
	text-align: center;
	font-size: 20px;
}
#player{
	width: 100%;
	height: 300px;
}
#enemy{
	width: 100%;
	height:300px;
}
h1{
	color:white;
}
h2{
	color:white;
}
body{
	background-image: url("../images/arena.jpg");
}