div#hidepage {
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
background-color: #666666;
layer-background-color: #000000;
color: #ffffff;
height: 100%;
width: 100%;"
}
div#no_opacity {
text-align:center;
margin-left:auto; 
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
position:relative;
top:150px;
z-index: 2;
background-color:#000000;
width:400px;
height:200px;
border:solid thin #FFFFFF;
}
div#no_opacity p {
color: #ffff00;
font-size: 40px;
font-weight: bold;
padding: 5px;
}