.titolon {
	display: table;
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding: 30px;
	letter-spacing: 5px;
	background: blue;
	border: 4px dashed #e0ffff;
	color: white;
	box-shadow: 0 0 0 10px blue;
}


body            {
width:   100%;
height:  100%;
margin:  10px 10px 10px 10px;
background-color: #6495ed;
background-size:100% 100%;
}



#scaricare {
	font-weight: bold;
	text-align: center;
}

#risultato {
	text-align: center;
}

#imglab {
	position: auto;
	float: right;
	
}