html, body{
	height:100%; 
	margin:0px;
	padding:0px;
}

.sfondo {
	background-attachment: scroll;
	background-image: url(intercom-sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfondopatt {
	background-attachment: scroll;
	background-color: #413b3a;
	background-image: url(patt-orizz.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.sfbody {
	background-color: #413b3a;
}.testost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}
a.linkmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
a.linkmenu:hover {
	color:#FF0000;
}
a.linkmenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
a.linkmenu2:hover {
	color:#FF0000;
}
a.linksottomenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.linksottomenu:hover {
	color:#FF0000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	/*border-top:1px solid #666666;*/
	background-attachment: scroll;
	background-image: url(patt-orizz-end.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:5px;
	height:54px;
}
.linkst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.linkst:hover { color:#FF0000 }

