#titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #333333;
	position: relative;
	top: 100px;
	left:0px;
	text-align: center;
}
body {
	background-color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#tag {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
	position: absolute;
	bottom: 0px;
	background-color:#666666;
	border-top-color:#CCCCCC;
	border-top-style:dashed;
	border-top-width:thin;
	width: 100%;
	height:100px;
	text-align: center;
	float: no;
	left: 0px;
	
}
h1 {
	font-size:9px;
	font-weight:100;
}
#testo_nascosto{
	visibility:hidden;
}

