body {
	height: 100%;
	background-color: #CCCCCC;
	background: #FFFFFF;
}

a{
	color: #000000;
	text-decoration: none;
}

img{border: 0px;}

p.paragrafo {line-height: 140%}

#box_index{
	text-align:center;
	font-family: Arial;
	font-weight: bold;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	height:400px;
	margin-left:-300px;
	margin-top: -200px;
	/* border: solid 1px #9ECFCF; */
	/* background: #EEEEEE; */
	background: #FFFFFF;
}

#contenitore{
	width: 794px;
	height: 500px;
	margin: 30px auto;
	padding: 0px;
	border: none;
	background: #FFFFFF;
}

#contenitore_popup{
	width: 794px;
	margin: 10px auto;
	padding: 0px;
	border: none;
	background: #FFFFFF;
}

#contenitore_popup_ricordi{
	width: 910px;
	margin: 10px auto;
	padding: 0px;
	border: none;
	background: #FFFFFF;
}

#logo{
	width: 98px;
	text-align:center;
	height: 58px;
	background-image: url("../img/testata.gif");
	float:left;
}

#menu_off {
	width: 116px;
	height: 58px;
	font-family: Arial;
	font-size: 10px;
	line-height: 58px;
	text-align: center;   /*centra in IE 5.x*/
	text-transform: uppercase;
	background-image: url("../img/testata.gif");
	float:left;
}

#menu_off:hover{
	background-image: url("../img/linguetta_hover.gif");
}

#menu_on {
	width: 116px;
	height: 58px;
	font-family: Arial;
	font-size: 10px;
	line-height: 58px;
	text-align: center;   /*centra in IE 5.x*/
	text-transform: uppercase;
	background-image: url("../img/linguetta.gif");
	float:left;
}

#immagine{
	text-align: center;   /*centra in IE 5.x*/
	height:252px;
	width:794px;
	display: block;
	float:left;
}

#testo{
	font-family: Verdana;
	width: 794px;
	font-size: 12px;
	text-align: left;
	margin: 15px auto;
	padding: 0px;
	background: #FFFFFF;
	float:left;
}

#testo_popup{
	font-family: Verdana;
	width: 794px;
	font-size: 12px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	float:left;
}

#testo_popup_ricordi{
	font-family: Verdana;
	width: 910px;
	font-size: 12px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	float:left;
}

#footer{
	font-family: Verdana;
	width: 794px;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background: #9CB291;
	float:left;
}
#link_footer {
	font-family: Verdana;
	width: 794px;
	font-size: 10px;
	color: #9CB291;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	float:left;
}
