Qualcuno mi saprebbe dire che errori ho fatto???
In Explorer si vede in un modo in Firefox in un altro.... aggiungendo il fatto che poi non capisco perchè non mi funzioni un semplice script di alert importato in javascript....

il link è il seguente: http://donovant.altervista.org/home.php?lang=ita
il CSS è questo:
codice:
html,body{margin: 0; padding: 0; overflow: auto;}
body{background-color: #D00000;	font: 100.01%;
	
}

span#lang{ margin-left:450px; }

/*-----------------------HEADER begin------------------------*/


h3#header_ita{
	margin:20px 0 20px 100px;
	height: 105px;
	background: url(img/Festa_della_birra.png) no-repeat;
	text-indent:-500px;
}



#header_eng{
        margin:20px 0 20px 180px;
	text-indent: -500px;
	background: url(img/BEER_s_Party.png) no-repeat;
	height: 118px;
   
}
/*-----------------------HEADER end------------------------*/

/*-----------------------MENU' begin-----------------------*/

div#menu{
         margin: 0 100px;
         border-bottom: 1px solid #FFF;
         padding-left: 0px;
	 text-align:center;}

div#menu ul{
         list-style-type: none;
         margin: 0;
         padding: 0;
	 white-space: nowrap;}

div#menu li{
    display: inline;
    margin: 0;
    padding:0}

div#menu li a{
	text-decoration: none;
	border: 1px solid #FFF;
	padding: 0 0.3em;
	font: bolder 16px "Trebuchet MS",Arial,sans-serif;
	color:#EEAAAA;
}

div#menu li a:visited{ color:#EEAAAA; }
div#menu li a:hover{ color:#FFF; }
div#menu li a:active{ color:#AA0000; }

a.active{ background-color:#D03333; border-bottom:1px solid #D03333; }

/*------------------------MENU' end------------------------*/

/*------------------------HOME begin-----------------------*/

div#home{
	     border-bottom: 1px solid white;
             border-left: 1px solid white;border-right: 1px solid white;
             border-top:hidden;
	     /*border: 3px solid black;*/
	     padding: 0.8em;
	     text-align: center;
	     margin:0 100px;
	     /*height: 350px;*/
}
div#contact{
           border-bottom: 1px solid white;
           border-left: 1px solid white;border-right: 1px solid white;
	   border-top:hidden;
 	   /*border:3px solid black;*/
           padding:0.8em;
           text-align:center;
 	   margin:0 100px;
	   /*height: 350px;*/
}
a#aimg{
	float: left;
	clear: left;
	border: 2px solid white;
	
}

/*------------------------HOME end-------------------------*/