body {
	background-color: #161616;
	background-image: url(bg.png);
	text-align:center;
}
#centerbox {
	width:300px;
	height:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
}
div.box {
	border: 0px solid black;
	width:100px;
	height:100px;
	float:left;
}
#textbox {
	width:300px;
	font-family:verdana,sans-serif;
	font-size:12px;
	color:#606050;
	text-align:right;
}

#box0 { 
    background-color: rgb(  8, 100,  8); 
}
#box1 { 
    background-color: rgb( 12,  64, 12); 
}
#box4 { 
    background-color: rgb( 31, 160, 31);
}
#box2 { 
    background-color: rgb( 20,  96, 20);
}
#box_empty {
    background:transparent;
}
#box3 {
    background-color: rgb( 28, 128, 28); 
}
#box7 { 
    background-color: rgb( 31,  50, 31);
}
#box6 { 
    background-color: rgb( 20,  80, 20);   
}
#box5 { 
    background-color: rgb( 28, 150, 28);
}
