
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
	}
	
/** Nascondo oggetti **/
.off, .span {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#000;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	


/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	width:847px;
	margin:0 auto;
	text-align:left;
	padding:15px 0;
	background-color:#ccc;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale {
	width:800px;
	text-align:center;
	height:600px;
	margin:0 auto;
	background:url(../immagini/sfondo_content_intro.gif) repeat-x;
	}
	
	
	
/*********************************/
/*********** FOOTER **********/
/*********************************/

	
#footer {
	width:700px;
	margin:0 auto;
	height:153px;
	background-color:#797979;
	}	

	
#footer p {
	color:#fff;
	font-size:11px;
	background-color:#8A8A8A;
	padding:5px 0 5px 15px;
	}	
	
#footer a {
	color:#fff;
	}	