/* body */
body {	color:#000;
	border:0;
	padding:0;
	margin:0;
	font-family:sans-serif;
	font-size:11px;
	background-color:#fff;
	/* text-align:center; */
} 


a {text-decoration:none}
a:hover {background-color: transparent; }
a:active {background-color: transparent; }


#title_bar {  width:760px;
	      height:50px;
	      margin:auto;
 	      background-image: url(../img/fasciaconlogo.jpg);
	      background-repeat: no-repeat; 
	      background-position:center;
}


#flag_bar_hp {  width:750px;
	 margin:auto;
	 /* margin-top:20px;
	 margin-bottom: 53px;
	 */
	 background-color: #fff;
	 /* text-align:center; */
}

#menu_bar_hp {  width:750px;
	 margin:auto;
	 margin-top:20px;
	 margin-bottom: 30px;
	 background-color: #fff;
	 /* text-align:center; */
}

#menu_bar_pages {  width:758px;
	 margin:auto;
	 margin-top:25px;
	 /* margin-bottom: 20px; */
	 background-color: #fff;
}


#corpo_hp { position:relative;
	 width:750px;
	 padding: 50px 0 0 0;
	 margin:auto;
	 /* margin-top:50px; */
	 height:400px;
	 /* border:1px solid #999; */
	 background-color: #fff;
	 background-image: url(../img/santagorizia.jpg);
	 background-repeat: no-repeat;
	 background-position:center;
}

#corpo_pages { position:relative;
	 width:758px;
	 padding: 50px 0 0 0;
	 margin:auto;
	 height:400px;
	 border:1px solid #999;
	 background-color: #fff;
}

#footer { 
	 /* border:1px solid #999; */
	 width:750px;
	 margin:auto;
	 margin-top: 5px;
	 text-align:center;
}

