.tetris_play_area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 550px;
}

.tetris_message_text {
	position: absolute;
	top: 111px;
	left: 24px;
	width: 160px;
	text-align: center;
	z-index: 1;
	background: #fff;
	color: #222;
	border: 1px solid #666;
	padding: 5px;
	border-radius: 4px;
}

.tetris_preview_area {
	position: absolute;
	top: 0px;
	left: 241px;
	height: 88px;
	width: 89px;
}

.tetris_score_area {
	position: absolute;
	top: 108px;
	left: 241px;
	width: 89px;
}

.tetris_score_text {
	font-family: monospace;
	text-align: right;
	font-size: 1.4em;
	padding-bottom: 1em;
}

.tetris_block {
	position: absolute;
	width: 19px;
	height: 19px;
	border: 1px solid black;
}

.tetris_bg0 { background-color: rgb(255,0,0); }
.tetris_bg1 { background-color: rgb(238,85,0); }
.tetris_bg2 { background-color: rgb(250,240,0); }
.tetris_bg3 { background-color: rgb(43,204,43); }
.tetris_bg4 { background-color: rgb(0,0,255); }
.tetris_bg5 { background-color: rgb(136,136,136);  }
.tetris_bg6 { background-color: rgb(136,0,136); }
