#board {
	position: relative;
	height: 385px;
	width: 550px;
	margin-top: 3px;
	float: left;
	margin-right: 8px;
	background-image: url(/img/mahjong/board.gif);
}
div.tile {
	position: absolute;
	width: 38px;
	height: 46px;
	background-image: url(/img/mahjong/set1/tile.gif);
}
div.tile img {
	padding-left: 1px;
	padding-top: 1px;
}
#score, #topscore, #totalTiles, #removed, #combinations {
	font-weight: bold;
}
#results {
	float: left;
}
a#thup {
	position: absolute;
	top: 150px;
	left:  250px;
	z-index: 9999;
}
a#gameOver {
	position: absolute;
	top: 150px;
	left:  190px;
	z-index: 9999;
}
.game-mahjong-ad {
	margin-top: 50px;
	float: right;
}
