Salve gente, nn capisco perchè nel mio index.php in cui ho messo ITA e ENG, se scelgo ENG tutto va bene, mentre con ITA nn viene visualizzato il mio "header"???
Il link è -> http://donovant.altervista.org/index.php
Il css è il seguente:

codice:
*{ margin:0; padding:0;}

body{
	background-color: #D00000;
}

.divh{
	margin:20px 0px 20px 90px; 
}

#header_ita{
	text-indent: -500px;
	background: url(img/Festa_della_BIRRA.png) no-repeat;
	height: 106px;
}

#header_eng{
   margin-left:90px;
	text-indent: -500px;
	background: url(img/BEER_s_Party.png) no-repeat;
	height: 120px;
}
Grazie