body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE5.x/Win */
	color: #FFF;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	scrollbar-3dlight-color:#CCC; 
	scrollbar-arrow-color:#F60; 
	scrollbar-base-color:#333; 
	scrollbar-darkshadow-color:#CCC; 
	scrollbar-face-color:#333; 
	scrollbar-highlight-color:#999; 
	scrollbar-shadow-color:#999;
	}
#centrato {
	width:700px;
	margin:auto;
	text-align: left; /* per IE5.x/Win */
}
#corpo {
	float:left;
	width: 630px;
	margin-top:60px;
}
#contenuto {
	float:left;
	width:630px;
	height:500px;
}
#immagini {
	float: left;
	width:315px;
	height:515px;
	margin:0px;
	border-right: 1px solid #666;
}
#header {
	text-align: left;
	height:91px;
}
#didascalia {
	text-align: left;
	height:360px;
}
#footer {
	text-align: left;
	height:45px;
}
#intestazione, #contenuto, #footer {
	padding-top:0.5em;
	padding-bottom:0.5em;
}
div p {
	margin: 0;
	padding: 0.5em 1em;
}
/* CONTENUTI DELL'INFORMATION AREA */
#testo {
	width:295px;
	margin:0px;
	float:right;
}
#didascalia {
	overflow:auto;
}
#testo h1 {
	margin-left: 15px;
	font-size: 100%;
	color:#FFF;
}
#testo p {
	margin-left:5px;
	font-size: 80%;
	color:#FFF;
}
#testo .ptaiva {
	margin-left:5px;
	font-size: 80%;
	color:#666;
}
#testo .menu {
	margin-left:5px;
	font-size: 100%;
}
#testo .attiva {
	font-weight:bold;
	color:#F60;
}
#testo a {
	text-decoration: none;
	color:#FFF;
}
#testo a:link,
#testo a:visited {
	text-decoration: none;
}
#testo a:hover {
	text-decoration: none;
	color:#F60;
}
/* LINK ALL'INTERNO DELL'INTESTAZIONE DI PAGINA */
#header a {
	text-decoration: none;
	color:#FFF;
}
#header a:link,
#header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
	color:#F60;
}
/* LINK ALL'INTERNO DEL PIE' DI PAGINA */
#footer a {
	text-decoration: none;
	color:#FFF;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color:#F60;
}
/* CONTENUTI DEL immagini ALL'INTERNO DELL'INFORMATION AREA */
#immagini {
	text-align:right;
}
#immagini p {
	margin-right:25px;
	font-size: 80%;
	color:#666;
}
/*Nascondere gli elementi non desiderati*/
 .alt {
display:none;
}

