html,body{
	margin: 	0px;
	padding: 0px;
	border: 	0px;
	text-align: center; /*per IE 5.5 */
	background-color: #000000;
}


a:active,visited,link {color:#C7C7C7; border:0px;}
a:hover 	{color:#CC3333; border:0px;}

h1,h2,h3,h4,h5{
	color: #ffffff;
}

p{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
}

div#cornice{
	width: 	430px;
	height: 	450px;
	margin: 	auto;
	padding: 0px;
	border: 	0px;
	background-color: #000000;
	SCROLLBAR-FACE-COLOR: #5b4255;
	SCROLLBAR-TRACK-COLOR: #3e333d;
	SCROLLBAR-ARROW-COLOR: #c4b6c3;
	SCROLLBAR-HIGHLIGHT-COLOR: #503b45;
	SCROLLBAR-3DLIGHT-COLOR: #503b45;
	SCROLLBAR-SHADOW-COLOR: #392c32;
	SCROLLBAR-DARKSHADOW-COLOR: #503b45;
}

div#intestazione{
	height: 40px;
	width: 300px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/xxx.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
	
	div#intestazione img{
			float:	right;
			border: 	0px;
			margin: 	0px;
			padding: 0px;
	}

div#corpo{
	background-color: #000000;
	border: 	0px;
	margin: 	0px;
	padding: 0px;
}	

div#mappa{
	border: 	0px;
	padding: 0px;
	margin: 	0px;
	width: 	425px;
	height: 	350px;
}
	
	div#corpo p{
		color: #ffffff;
		font-family: "Times New Roman", Times, serif;
	}

.red{
	color: Maroon;
	font-family: "Times New Roman", Times, serif;
}

.red_l{
	color: Red;
}

.white{
	color: White;
}

div#cont_hide{
	height:	0px;
	width:	0px;
	background-color: Black;
	overflow: hidden;
}
	
div#piede_up{
	position: relative;
	width: 300px;
	height: 30px;
	margin:	0px;
	padding: 0px;
	border:	0px;
	background-color: #000000;
	background-image: url(../images/xxx2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
