#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
}
#whitebox {
	display: none;
	position: absolute;
	left: 50%;
	top: 50px;
	margin: 0px 0px 0px -200px;
	padding: 0px;
	width: 400px;
	height: 580px;
	background: #fff url(../images/gridpattern2.jpg) repeat left top;
	border: 3px #008083 solid;
	z-index: 10000;
}
#test {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}