Ragazzi ho un problema con il footer.
Questo è il link:
Sito problema footer
Vorrei che lo sfondo blu arrivasse fino in fondo alla finestra del browser.
Con Mozilla funziona.
Il problema è IE
Questo è il codice Css:
codice:
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	font-size:95%;
	font-family:"Times New Roman", Times, serif;
}
html, body {
    height: 100%;
}
#container {
	margin:auto;
	width:740px;
        position: relative;
        min-height: 100%;
        height: 100%;
        voice-family: "\"}\"";
        voice-family: inherit;
	height: auto;
	background-color:#426b8e;
}
html>body #container {
	height: auto;
}
#content{
	width:739px;
	background-color:#426b8e;
}