/* CSS Document for Pages w/Demos*/

#moWrap {        
	background-color:#000000;  
	z-index:80;
}
.moWrap {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;   	    	
	-moz-opacity:.60;
	opacity:.60;
}
.moContainer {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	display: none;
	top:21px;
	width:804px;
	height:595px;
	background-color:#000000;
	z-index:99; 
}

#moContent { position: relative; top: 50%; background: white;}
