body {
	min-width: 750px;
	min-height: 550px;
	background: black;
	text-align: center;
	overflow: hidden;
}

canvas {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #222222;
	background: black;
}

.removeCursor {
	cursor: none;
}

img {
	height: 30px;
	vertical-align: top;
	margin: 0 20px;
}

span {
	color: white;
	font: 30px courier, arial, sans-serif;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
}

div {
	color: white;
	position: absolute;
	height: 30px;
	width: 650px;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: 255px;
}

#lives {
	font-size: 0;
}

.data img {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
