		html, body{
		overflow: auto;
		margin:0;
		padding:0;
		background: #FFFFFF
					url("images/sfondo.jpg")
					repeat-x
					top center;
		}
		#sfondo{
		position: relative;
		z-index: 1;
		left: 50%;
		margin-left:-469px;
		width: 938px;
		background: url("images/sfondo2.png")
					no-repeat
					top center;
		}
		#logo{
		position: relative;
		z-index: 2;
		left: 50%;
		margin-left:-436px;
		width: 872px;
		height: 168px;
		}
		#foto{
		position: relative;
		z-index: 2;
		left: 50%;
		margin-left:-436px;
		width: 872px;
		height: 297px;
		}
		#contenuti{
		position: relative;
		z-index: 2;
		margin-top: 20px;
		left: 50%;
		margin-left:-436px;
		width: 872px;
		}
		#testo-home{
		position: relative;
		z-index: 2;
		width: 572px;
		height: 122px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 14px;
		color: #a7b1b1;
		text-decoration: none;
		padding: 15px 15px 15px 15px;
		background: url("images/sfondo-testo.gif")
					no-repeat
		}
		#newsletter{
		position: relative;
		z-index: 2;
		width: 222px;
		height: 159px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #a7b1b1;
		text-decoration: none;
		padding: 10px 15px 15px 15px;
		background: url("images/sfondo-newsletter.gif")
					no-repeat
		}
		#orari{
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #a7b1b1;
		text-decoration: none;
		}
		#copyright{
		position: relative;
		z-index: 2;
		width: 100%;
		height: 69px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 10px;
		color: #a7b1b1;
		background: url("images/copyright.gif");
		}
		hr {
		height: 0;
		border: 0;
		border-top: 1px solid;
		}
		a:link, a:visited {
	    color: #a7b1b1;
	    text-decoration: none;
		}
		
		a:hover {
		color: #FFFFFF;
		text-decoration: none;
		}		
		.nascosto { display: none; }
