#testoInt{
	height:650px;
}

#contenitore{
  	/* centrare div IE*/
	top: 0;
  	position: absolute;
	margin-top: 0px;
  	margin-left: -434px;
	width: 869px;
  	height: 804px;
	text-align:left;
	margin-bottom:0px;
	background-image: url(../images/sfondoGrande.gif);
	background-repeat:no-repeat;
}

*>#contenitore{
	/* centrare div FF*/
 	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
}

*:first-child+html div#contenitore{
	/* centrare div IE*/
  	top: 0;
  	left: 50%;
  	margin-top: 0px;
  	margin-left: -434px;

}