@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image:url(../immagini/sfondo.jpg);
	background-repeat:repeat-x;
	background-color:#8b1818;
	font: 75%/160% Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:normal;
	
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

div#sfondo_foto1 {
	width: 100%;
	background-image: url(../immagini/sfondo_foto_index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

div#contenitore {
	margin:auto;
	width:955px;
	min-width:955px;
}



/*------------------------------------ CONTENUTO ------------------------------------*/
div#contenuto { width: 100%}
/*---------------------------------- PIEDE - FOOTER ---------------------------------*/
div#piede {
  width:100%;
  background-image:url(../immagini/castellorosso.gif); background-repeat:no-repeat; overflow: visible;
  background-position:center; 
  height:200px;
  text-align:center;
  clear:both;	margin:auto;
  }

div#piede_interno { 	margin:auto;
	width:955px; text-align:left; padding-top:140px; color:#340303;	
	 }div#piede h2 {font-size:11px; color:#430606;}
div#piede hr { color:#550909;}
div#piede .anagrafica {font-size:11px;}

div#piede a { color:#e7dfc5; text-decoration:none;}
div#piede a.credits { color: #2F0A00; text-decoration:none;}
div#piede a:hover {color:#caaea2; text-decoration:underline;}

#contenutoSx_bottom {float:left; width:100px; height:50px;}
#contenutoDx_bottom {float:right;  text-align: right;}
