html,body {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:100%;
	background-color:#990000;
	overflow: hidden;
	background:url(bg.gif) repeat;
}
#Contenuto {
	width:95%;
	padding-right:2%; 
	height:90%; 
	overflow:auto;
}
#Contenuto_txt {
	height:1px;
	float:left;
}
#Mn {
	width:80px;
	height:80px;
	margin-left:10px;
	float:left;
}
.Menu {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	color:#000000;
	font-size: 11px;
}
.Testo {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	color:#FFFFAE;
	font-size: 13px;
}
.Testo_g {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Times, serif;
	color:#FFFFAE;
	font-size: 16px;
	font-weight:bold;
	color:#FFCC00;
}
a:link {
	color:#FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color:#FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}