
#overlay {
	background-color:#000000;
	height:2200px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:90;
}

#mainpage {
	position: absolute;
	width: 700px;
	color: #000;
	height: 950px;
	background-color: yellow;
	z-index: 0;
}

#lightbox_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	height: 2200px;
	width: 1000px;
	margin: 0px;
	padding: 0;
	z-index: 100;
}

#lightbox {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	height: 2200px;
	width: 1000px;
	margin: 0px;
	padding: 0;
	z-index: 100;
}

#lightbox_bg body,
#lightbox body {
	margin-top: 210px;
	height: 100%;
}

