﻿#lightpage 
{
	position:absolute;
	border:1px solid;
	border-color:#efd36f;
	background-color:gray;
	top: 0px;
	left: 0px;
	width:769px;
	height:510px;
	z-index: 100;
	overflow:hidden;
}

#pageoverlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: Green;
}