/* CSS Document */
		
	.DivSfondoNero
	{
		width:100%;
		height:590px;
	}
	
	.DivSfondoBianco
	{
		background-color:#FFFFFF;
		width:600px;
		height:480px;
		position:relative;
		left:50%;
		top:50%;
		margin-top:-240px;
		margin-left:-300px;
	}
	
	/* For Safari and Firefox */
	html:not([dummy]) .DivSfondoBianco 
	{
		height:460px;
		margin-top:-240px;
	}
	
	
	.DivLogoGrande
	{
		width:100%;
		padding-top:0px;
		text-align:center;
	}
		
	IMG#imgLogoGrande
	{
		border:0px;	
		filter:alpha(opacity=0);
		vertical-align:top;
	}
	
	.DivTestoBottom
	{
		/* Altro */
		background-color:#FFFFFF;
		float:left;
		width:600px;
		margin-top:0px;
						
		/* Testo */
		text-align:center;
		font-family:arial;
		font-size:11px;
		font-weight:bolder;
		color:#000000;
		letter-spacing:1;
	}
	
	.DivTestoBottom A
	{
		color:black;
		text-decoration:none;
	}
	
	.DivTestoBottom A:hover
	{
		text-decoration:underline;
	}
	
	.DivDivisorio
	{
		background-color:#FFFFFF;
		float:left;
		text-align:center;
		width:600px;
		padding-top:30px;
	}
	
	IMG#imgDivisorio
	{
		border:0px;
	}
		
	.DivEntra
	{
		text-align:center;
	}
	
	IMG#imgEntra
	{
		margin-top:20px;
		border:0px;
		cursor:pointer; 
		filter:alpha(opacity=0);
	}
	
	.DivGraffa1
	{
		float:left;
		margin-left:79px;
		padding-top:20px; 
	}
	
	.DivGraffa2
	{
		padding-top:20px; 
		margin-right:79px;
		float:left;
	}
	
	IMG#imgGraffa
	{
		border:0px;
	}
	
	.DivTestoCenter
	{
		font-family:verdana;
		font-size:14px;
		font-style:normal;
		font-weight:bolder;
		font-variant:small-caps;
		letter-spacing:0px; 
		color:#000000;
		padding-top:20px;
		margin-left:50px;
		margin-right:50px;
		text-align:center;
		float:left;
		width:300px;
		line-height:22px;	
	}
	
	.DivCorpoCentrale
	{
		width:600px;
	}
	


