#mainContent {
	position: relative;
	width: 600px;
	height: 400px;
	background-color: lightgray;
}

#gameContent {
	position: absolute;
	top: 20px;
}

#box {
	position: absolute;
	border: 2px solid black;
	padding: 10px;
	width: 180px;
	left: 200px;
	top: 195px;
	background: url(Solid_red.png);
  	background-repeat: no-repeat;
  	background-size: 0% 100%;
}

#header {
	position: absolute;
	width: 600px;
	text-align: center;
}

#header {
	font-size: 30px;
	font-weight: bold;
}

#header { top: 50px; }

#buttonContainer {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 165px;
	display: inline;
}

#killText {
	position: absolute;
	width: 600px;
	text-align: center;
	top: 199px;
}

#buttonContainer { left: 270px; }