div#corpo div#testo{
	padding:2em;
	border:1px solid #2b2b60;
	background-color:white;
	width: 69%;
	float:left;
	/*hack x altezza minima*/
	min-height: 600px; /* Interpretata dai browser aderenti agli standard */
	height: auto !important; /* Interpretata dai browser aderenti agli standard */
	height: 600px; /* Interpretata da IE che considera però height come fosse min-height */

}
