#intro_pic {
	width: auto;
	height: 200px;
	border-radius: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#uranium {
	height: 50px;
	width: 50px;
	margin-left: 56px;
}

#kapow {
	position: absolute;
	margin-left: -30px;
	top: 50px;
	width: 100px;
	height: 50px;

}

#gameBox {
	background-color: lightgray;
	display: block;
	width: 400px;
	height: 200px;
	padding-left: 11px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#damageBoxU {
	border: 2px solid black;
	padding: 4px;
	width: 50px;
	margin-left: 220px;
	margin-top: -13px;
	top: 195px;
	background: url(img/Solid_red.png);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

#damageBoxBro {
	border: 2px solid black;
	padding: 4px;
	width: 50px;
	margin-left: 40px;
	top: 195px;
	background: url(img/Solid_red.png);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

#buttonContainer {
	padding-top: 10px;
	margin-top: 15p;
	margin-left: 30px;
}