#board {
	position: relative;
	margin: 0px auto;
	border: 1px dotted #888;
    width: 96px;
    height: 96px;
}
.tile{
	position: absolute;
	background: url('/numpad/key.gif') no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
    width: 32px;
    height: 32px;
    line-height: 22px;
}
#msgs{
	margin: 10px auto;
	text-align: center;
	height: 40px;
}
#scores{
	position: absolute;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
    width: 96px;
    left: 106px;
}
#top{
	font-weight: bolder;
}
#score{
	font-weight: bolder;
}
