.fadebox {
display: none; 
position: absolute; 
top: 0; 
left: 0%; 
width: 100%; 
height: 160%; 
background-color: black; 
z-index:9999999999; 
-moz-opacity: 0.8; 
opacity:.80; 
filter: alpha(opacity=80);
}
.overbox {
margin-top:22%;
margin-left:20%;
display: none; 
position:relative; 
z-index:99999999999;  
}
#content {
width:100%;
height:100%;

}


