Prueba con algo asi
Código CSS:
Ver originaldiv#ns {
position: fixed;
width: 100%;
height:100%;
top:0px;
left:0px;
background-color: #000;
color: #FFF;
text-align: center;
z-index: 999;
overflow:hidden;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity:0.95;
opacity: 0.95;
font-size: 1.1em;
}
en realidad basta con
position: fixed;
width: 100%;
height:100%;
top:0px;
left:0px;
el resto es para darle un poco de efecto (ya lo tenia hecho asi...)
Saludos