/*body{
	background: url(../images/bkgrd.png) repeat-x right bottom;
	background: #000;
	background: url(../images/bkgrd.png) repeat-x 0 0 #000;
	height:100%;
	margin: 0;
	padding: 0;
}*/

#d_dice002{
	position:fixed;
	left:160px;
	top:130px;
	
	width:200px;
	height:140px;
	/*border:2px solid #333;*/
	font-family: Century Gothic, Arial;
	font-size: 38px;
	color:#000;
	font-weight: bold;
	text-align:center;
	overflow:hidden;
}

#d_dice002_1{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	
}

#d_dice002_2{
	position:absolute;
	left:100px;
	top:0px;
	width:100px;
	height:100px;
	
}

#d_dice002_3{
	position:absolute;
	left:200px;
	top:0px;
	width:100px;
	height:100px;
	
}

#d_dice002_button{
	position:absolute;
	left:0;
	top:100px;
	width:200px;
	height:40px;
	font-size: 20px;
	padding-top:8px;
	border:2px solid #666;
	color:white;
	background:black;
	text-align:center;
	
}



