body{
        background-color: #917D70;
}

#topbar{
        background-color: #272727;
	width: 100%;	
	height: 15%;
	color: white;
	float:left;
}

#button{
	width: 33%;
	float:left;
	text-align: center;
}

#combat{
	background-color: grey;
	position: relative;
	width: 35%;
	height: 100%;
	float: left;
}

#counter{
	color: yellow;
	text-align: center;
	font-size: 2em;
}

