@charset "utf-8";
/* CSS Document */
/*questo css serve a definire le caratterestiche principali generali per tutto il sito per quello che concerne la testata*/

/*classe generale che definisce il contenitore della testata serve per avere l'immagine di background estesa senza scrollbar*/
.testata	{ width: 100%; height: 445px; position: relative; margin: auto; background-position: center; background-repeat: no-repeat; }
	/*ridefinisce la width della testata e le proprietà*/
	div#dvIntTestata	{ width: 968px; height: 445px; position: relative; margin: auto; }
		div#dvHeader	{ width: 968px; height: 445px; position: relative; margin: auto; /*background-color: #93C;*/ }
		div#dvEndFloat	{ clear: both; }
