#newShutter {
background: #C2E4EF;
opacity: 0.7;
position: fixed;
/*height: 5000px;
width: 1000px;*/
height: 100%;
width: 100%;

top: 0;
filter: alpha(opacity=70);
left: 0;
z-index:2;
}

body { height: 100%; padding: 0; margin: 0; }

#newInfo {
position: fixed;
width: 500px;
margin-left: -250px;
left: 50%;
padding: 0px;
background: #fff;
top: 0;
margin-top: 80px;
border: 3px solid #ccc;
z-index:5;
padding:2px;
}

* html #newInfo, * html #newShutter {
position: absolute;
}
