body {
	font-family: 'Trebuchet MS';
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #3080d0;
	font-weight: bolder;
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 40px;
	text-align: center;
}

.body {
	height: 300px;
	width: 400px;
	margin: 20px auto 0px auto;
}

.head {
	text-align: center;
	margin-top: 20px;
}

.arena {
	position: absolute;
	width: 400px;
	height: 252px;
	margin-left: auto;
	margin-right: auto;
	background: #fafafa;
	border: #ffcccc 1px solid;
}

.ship {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='myship.png');
}
.ship[class] {
	background: url('myship.png');
}

.myfire {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 8px;
	height: 8px;
	line-height: 0px;
	font-size: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='myfire.png');
}
.myfire[class] {
	background: url('myfire.png');
}

.alien {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='alien.png');
}
.alien[class] {
	background: url('alien.png');
}

.aboom {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='boom.png');
}
.aboom[class] {
	background: url('boom.png');
}

.alienfire {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 8px;
	height: 8px;
	line-height: 0px;
	font-size: 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='alien-fire.png');
}
.alienfire[class] {
	background: url('alien-fire.png');
}

.score {
	position: absolute;
	width: 200px;
	height: 20px;
	/* border: 1px dotted #e0e0e0; */
	font-size: 10px;
	color: #808080;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 20px;
}

.big {
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
}

.small {
	font-size: 10px;
	color: #808080;
}

.message {
	position: absolute;
	height: 30px;
	width: 400px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	display: none;
	z-index: 1;
}