#overlay{
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
}

#overlay_frame{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
	top: 10px;
	left: 0px;
	text-align: center;
	display: none;
}

#overlay_frame_contents{
	position: relative;
	width: 600px;
	height: 600px;
	text-align: left;
	margin: auto;
}
