Ciao a tutti ho un problema con questo layout: http://www.bruciabaracche.com/prova/index.html su internet explorer si vede correttamente, ma con firefox mi mette uno spazio tra due div e non riesco ad eliminarlo.

codice:
div#container{
	position: relative;
	width:874px;
	left:50%;
	margin-left:-430px;
	background-image: url(immagini/siti_internet_savona.png);
	background-repeat: repeat-y;
    }
div#content{
	width:874px;
	background-image: url(Immagini/corpo.png);
	background-repeat: repeat-y;
    }
div#footer{
	position: absolute;
	width:874px;
	height:64px;
	clear: right;
	background-image: url(Immagini/fondo.png);
	background-repeat: no-repeat;
    }
div#header{
	width:874px;
	height:320px;
	background-repeat: no-repeat;
	background-image: url(Immagini/banner.png);
	background-position: top;
    }