#overlay{ 
    background-color:#000;
	-moz-opacity:0.4;
	opacity:.40;
	filter:alpha(opacity=40);
    position:absolute;
    top:0px;
    left:0px;
    z-index:90;
    width:100%;
    height:100%;
}

#box{
	margin:0;
	padding:0;
	overflow:visible;
}

#boxContents {
	background: white;
}
