html {height:100%;
     background: url('../images/Sfondo.jpg') no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     overflow: -moz-scrollbars-vertical; 
     overflow-y: scroll;}
 
#testa-orange2{padding: 20px;
	           background-color: rgba(255,255,255,0.8);
			   border: 4px ridge rgb(241,88,0);
	           border-radius: 15px 15px 15px 15px;
			   margin-top: 15px;
	           width: 968px;
			   height: 155px;
	           box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.4);}
			
#testa-red2{padding: 20px;
			border: 4px ridge rgb(246,0,0);
	        border-radius: 11px 11px 11px 11px;
			margin-top: -151px;
			margin-left: 4px;
	        width: 960px;
			height: 147px;}

#testa-blue2{padding: 20px;
		     border: 4px ridge rgb(0,0,254);
	         border-radius: 7px 7px 7px 7px;
			 margin-bottom: 15px;
		     margin-top: -143px;
		     margin-left: 8px;
	         width: 952px;
		     height: 139px;}

.numberPosGold {border-radius: 50%;
            width: 22px;
            height: 22px; 
            background: #FFE10A;
            border: 2px solid #666;
            color: #666;
            text-align: center;}
			
.numberPosSilver {border-radius: 50%;
            width: 22px;
            height: 22px; 
            background: #D3D3D3;
            border: 2px solid #666;
            color: #666;
            text-align: center;}
			
.numberPosBronze {border-radius: 50%;
            width: 22px;
            height: 22px; 
            background: #F3A960;
            border: 2px solid #666;
            color: #666;
            text-align: center;}
			
.numberPos {border-radius: 50%;
            width: 22px;
            height: 22px; 
            background: #fff;
            border: 2px solid #666;
            color: #666;
            text-align: center;}		

canvas{-moz-user-select: none;
       -webkit-user-select: none;
       -ms-user-select: none;}			