body {
	margin:0px;
	text-align:center;
	*margin:0 auto;
}



#container{
	width:100%;
}

#centered{
	width:590px;
	min-height:700px;
	height:700px;	
	text-align:center;
	background-image: url(img/ruota_fortuna.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}

#scoprifila{
	position:relative;
	top:140px;
	left:431px;
	width:140px;
	height:100px;
	cursor:pointer;
}
#scoprifila a{
	display:block;
		width:140px;
	height:100px;

}

#ruota{
	position:relative;
	*float:left; 
    
	*padding-left:38px;
	_margin-left:4px;
	
	left:20px;
	*left:0px;
	top:241px;
	*top:235px;
	*margin-top:7px;
}
#ruota #tit{
	background-color:#444444;
	color:white;
	font-family: verdana;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
#panel{
	background-color: #000000;	
}
.big_wheel_box{

	border: 1px solid black;
	background-color:#444444;	
}
.wheelbox{
	border: 1px solid black;
	background-color:#A81A2B;
	font-size: 20px;
	text-align:center;
	font-weight:bold; 
}

/*text per inserimento*/
#textbox{
	border:1px solid #FF4C00;
	color:#FF4C00;
	padding-left:5px;
	size:210px;
	width:300px;
	text-align:center;
}
#textbox{
	display:none;
}
#dbg{
	color: #FF4C00;
	text-align:center;
	font-size:12px;
	padding:none;
	margin:none;
}
#msg1{
	color: #FF4C00;
	text-align:center;
}
.msg1{
	color:white;
	text-transform:capitalize;
	font-size:12px;
}


.non_presente{
	color:gray;
	letter-spacing:1px;
}
.presente{
	color:red;
	font-weight:bold;
	letter-spacing:1px;
}
.letter{
	margin-top:5px;
}


.button{
	cursor:pointer;
}
#button_eval{
	display:none;
}




