		html, body{
		overflow: auto;
		margin:0;
		padding:0;
		background: #92002e;
		}
		#contenitore{
		position: relative;
		z-index: 1;
		width: 100%;
		background: url("images/sfondo.jpg")
					repeat-x
					top center;
		}
		#contenuti{
		position: relative;
		z-index: 1;
		left: 50%;
		margin-left:-495px;
		width: 990px;
		font-family: Arial, Verdana, sans-serif;
		text-decoration: none;
		font-size: 11px;
		color: #51001a;
		text-align: left;
		}
		#contenuti2{
		position: relative;
		z-index: 1;
		left: 50%;
		margin-left:-495px;
		width: 990px;
		font-family: Arial, Verdana, sans-serif;
		text-decoration: none;
		font-size: 12px;
		color: #4b4d45;
		text-align: left;
		}
		#cornice{
		position: absolute;
		z-index: 3;
		width: 198px;
		height: 155px;
		}
		#copyright{
		position: relative;
		z-index: 1;
		font-family: Arial, Verdana, sans-serif;
		text-decoration: none;
		font-size: 12px;
		color: #a19066;
		text-align: center;
		background: url("images/sfondo2.jpg")
					repeat-x
					top center;
		}
		a:link, a:visited {
	    color: #51001a;
	    text-decoration: none;
		}
		hr {
		height: 0;
		border: 0;
		border-top: 1px solid;
		}
		a:hover {
		color: #c8003f;
		text-decoration: none;
		}
		.nascosto { display: none; }
