LISTO!!!
Intenta este codigo:
Código HTML:
Ver original* {margin:0; padding:0; border:0;}
html, body {width: auto; height: 100%;}
#contenedor {
background-color: #00F;
width: 80%;
height: 100%;
margin: 0 auto;
}
/* EL SIGUIENTE CODIGO NO IMPORTA */
#contenido {
font-size: 4em; font-family: 'tahoma', verdana, arial; color: #fff; text-align:center;
}
/* NO IMPORTA OK */
<div id="contenido">CONTENIDO
</div>
Funciona en: IE, Firefox, Opera, Chrome.