body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

img {
	border-style: none;
}

#meta {
	position: absolute;
	width: 320px;
	top: 450px;
	left: 10px;
}

#game_container {
	position: relative;
	width: 320px;
	height: 430px;
	overflow: hidden;
	background: green url(images/bg.png);
}

#roll_dice {
	position: absolute;
	z-index: 101;
	width: 300px;
	height: 300px;
	left: 10px;
	top: 65px;
}

#die_1 {
	position: absolute;
	left: 82px;
	bottom: 100px;
	z-index: 100;
	background: url(images/die6.png);
	width: 68px;
	height: 75px;
}

#die_2 {
	position: absolute;
	right: 82px;
	bottom: 100px;
	z-index: 100;
	background: url(images/die6.png);
	width: 68px;
	height: 75px;
}

.used_block, .block {
	position: absolute;
	width: 47px;
	height: 56px;
	text-align: center;
	color: #fff;
	font-size: 48px;
	font-family: Arial;
}

.used_block {
	/*display: none;*/
	z-index: 100;
}

.block {
	padding-left: 2px;
	padding-top: 2px;
	z-index: 99;
}

.top_block {
	top: 25px;
}

.bottom_block {
	top: 140px;
}

.minicache {
	width: 1px;
	height: 1px;
	left: -10px;
	position: absolute;
}

#submit_score {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 105;
	width: 320px;
	text-align: center;
	font-size: 36px;
	display: none;
}

#submit_score a, #submit_score a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}