#content {	height: 100%;	width: 100%;	position: relative;	top: auto;	right: auto;	margin: 0px auto;}.black_overlay{	display: none;	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	background-color: #40c8f4;	z-index:1001;	-moz-opacity: 0.8;	opacity:.50;	filter: alpha(opacity=50);}.white_content {	display: none;	position: fixed;	width: 70%;	height: 76%;	background-color: white;	z-index:1002;	overflow: auto;	padding-top: 20px;	top: 12%;	left: 15%;}
