#arena {
	position: relative;
	width: 250px;
	height: 400px;
	margin: 50px auto 0px auto;
	border: 2px solid #80b0d0;
	background: #f0f0ff;
}
#masktop {
	position: absolute;
	width: 250px;
	height: 40px;
	top: -42px;
	left: 0px;
	background-color: #ffffff;
	z-index: 1000000;
	border-bottom: 2px solid #80b0d0;
}
#maskbot {
	position: absolute;
	width: 250px;
	height: 20px;
	top: 400px;
	left: 0px;
	background: #ffffff;
	z-index: 1000000;
	border-top: 2px solid #80b0d0;
}
body.dark #masktop, body.dark #maskbot {
	background-color: #333;
}
.letter {
	position: absolute;
	display: none;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
	font-size: 18px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	font-weight: bolder;
}
.sparcle {
	position: absolute;
	display: none;
	background: #ff0000;
	width: 2px;
	height: 2px;
	filter: alpha(opacity = 100);
	opacity: 1;
	line-height: 0px;
	font-size: 0px;
}
.def {
	position: absolute;
	display: none;
	width: 1px;
	height: 1px;
}
#scorediv {
	position: absolute;
	width: 254px;
	height: 20px;
	left: -2px;
	top: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 0px;
}
#score {
	font-weight: bolder;
	color: #202080;
}
#livesdiv {
	float: right;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 5px;
}
#lives {
	font-weight: bolder;
	color: #202080;
}
#topscorediv{
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#topscore{
	font-weight: bolder;
	color: #202080;
}
body.dark #topscore, body.dark #score, body.dark #lives {
	color: #3080d0;
}
#message {
	position: absolute;
	width: 220px;
	margin: 180px 10px 0px 10px;
	background: #ffffff;
	color: #333;
	text-align: center;
	padding: 5px;
	z-index: 1000000;
	display: none;
	font-size: 10px;
}
#kbdBox {
	position: absolute;
	top: 0px;
	left: 260px;
	height: 20px;
	width: 120px;
	text-align: center;
	border: 1px solid #d5e7ff;
	background: #E3E3E3;
	color: #333;
	cursor: pointer;
}
#kbds {
	position: absolute;
	top: 20px;
	z-index: 20;
	display: none;
	left: -1px;
	border: 1px solid #d5e7ff;
	background: #E3E3E3;
	color: #333;
}
.kbd {
	width: 120px;
	margin: 20px auto;
}

