#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 1000px;
	background-color: #FFF;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 200;
}


#overlayContent{
	display: none;
	position: absolute;
	text-align: center;
	width: 600px;
	top: 200px;
	left: 25%;
	z-index: 500;
}
