body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-attachment: scroll;
	background-color: #109eec;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.black_overlay {
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #40c8f4;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.50;
	filter: alpha(opacity=50);
}
.white_content {
	position: absolute;
	display: none;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	background-color: #FFFFFF;
	z-index:1002;
	overflow: auto;
	padding-top: 20px;
}