xmen: Porbleme in IE mit Anzeige und Frage FF bezüglich bg

Beitrag lesen

Hallo,
Ich habe da ein Problem und zwar arbeite ich gerade an einer Homepage und el läuft eig. ganz gut doch jetzt treten ein paar Probleme auf und zwar sollte sich der Hintergrund bis zum footer-menu wiederholen. Doch das Problem liegt darin das das nur im FF hinhaut. Das nächste Problem das footer-menu wird im IE nicht im footer angezeigt hier der Code.

<html>  
<head>  
<!--Copyright by me alle Rechte vorbehalten>  
  
<![endif]-->  
  
<link rel=stylesheet type="text/css" href="css/css.css">  
</head>  
<body>  
<div id="home">  
	<div id="content">  
	  
			<div align="center">  
			<div id="repo1">  
			</div>  
				<div id="main" >  
					<div id="top">  
						<div id="topmenu">  
						menu  
						</div>  
					</div>  
					hahahahah  
				</div>  
			<div id="footer">  
			?  
			</div>  
			</div>  
				<div id="head">  
				</div>  
			  
</div>  
<script type="text/javascript" src="img/fixed.js"></script>  
</body>  
</html>
html, body {  
	margin:0;  
	padding:0;  
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:11px;  
	color: #8a8a8a;  
	height: 100%;  
	  
}  
/*repo1*/  
#repo1{  
background:repeat url(../img/rep2.png);  
height:311px;  
width: 100%;  
  
}  
/*Main*/  
#main{  
background:repeat url(../img/bg1.png);  
height: 100%;  
width: 1000px;  
margin-top: -311px;  
}  
/*TOP*/  
#top{  
background:repeat url(../img/nbg.png);  
height:311px;  
width: 1000px;  
}  
#topmenu{  
height:19px;  
width: 1000px;  
padding-top: 292px;  
}  
/*fotter*/  
#footer{  
    background: url("../img/fotter.png") repeat scroll 0 0 transparent;  
    height: 19px;  
    position: fixed;  
    bottom: -1px;  
    width: 100%;  
	  
}  

Bitte um hilfe.
MFG