body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF8C2;
	color: #000000;
}
body.home {
	background-image: url(../images/linea.gif);
	background-repeat: repeat-x;
}
div#menu{
	position:absolute;
	width:255px;
	left: 509px;
	top: 49px;
	border: thin none #666666;
	margin-top: 15px;
	overflow: visible;
}
div.menuRiga {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.menuTasto {
	width:18px;
	z-index:6;
	float: right;
}
div.menuTesto {
	width:230px;
	z-index:19;
	float: left;
	text-align: right;
	padding-bottom: 2px;
}
div#linfo {
	position:absolute;
	left:92px;
	top:50px;
	width:383px;
	height:47px;
	color: #eeeeee;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
 }
div#lfondo {
	position:absolute;
	width:623px;
	height:457px;
	background-image: url(../images/sfondo.jpg);
	border: 1px none #000000;
	left: 0px;
	top: 0px;
}
div#llogo1 {
	position: absolute;
	left: 632px;
	top: 0px;
	width: 130px;
	height: 45px;
	text-align: right;
}
div#logo {
	position:absolute;
	width:187px;
	height:101px;
	left: 0px;
	top: 16px;
}
div#testo {
	position:absolute;
	left:210px;
	top:398px;
	width:560px;
	height:198px;
	font-size: 110%;
}
div#flashTasto {
	position:absolute;
	left:5px;
	top:400px;
	width:20px;
	height:20px;
}
#flashTesto {
	position:absolute;
	left:25px;
	top:400px;
	width:100px;
	height:20px;
}
a { text-decoration: none }
a.mail {
	color: #CCCCCC;
	text-decoration: underline;
}
a.mail:hover {
	color: #33CCFF;
	text-decoration: underline;
	font-weight: bold;
}
a.mail:active {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
a.menu {
	font-weight: bold;
	color: #333333;
}
a.menu:hover {
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a.menu:active {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
p.right {
	text-align: right;
}
img {
	border: 0px;
}
.content {
	display: none;
}
