prueba ahora
Cita: html, body {
font:Arial, Helvetica, sans-serif;
font-size:30px;
color: black;
height: 100%;
/* overflow:hidden; */
margin: 0;
}
#header {
background:#000;
height: 200px;
}
#contenido {
text-align: center;
position: relative;
}
#contenido a {
position: absolute;
top: 400px;
left: 300px;
display: block;
}
#footer {
background:#000;
height: 200px;
}
<div id="header">
</div>
<div id="contenido">
<img src="imagenes/AP_GRUPO.jpg" width="1000" height="1000"/>
<a href="grupoap.html"><b> Enter WebSite </b></a>
</div>
<div id="footer">
</div>
fíjate que a la imagen le he quitado (align="middle")
en qué versión de ie te da problemas??