body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	background-color:#FFFAEC;
	height: 100%;
}

#mainContainer {
	position: absolute;
	width: 917px;
	height: 2195px;
	left: 5%;
	top: 0%;
	background-image: url(images/background.png);
}
#mainContainerS {
	position: absolute;
	width: 917px;
	height: 100%;
	left: 5%;
	top: 0%;
	background-image: url(images/background.png);
}
#content {
	width: 900px;
	margin-left: 8px;
}
.greenTop {
	width: 100%;
	height: 600px;
}
.aboutCenter {
	width: 100%;
	height: 470px;
	background-image: url(images/paradise.png);
	background-repeat: no-repeat;
	background-position: top;
}
.aboutText {
	width: 100%;
	font-size:12px;
	padding: 15px;
	margin-top: -80px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	z-index: 100;
}
.registration {
	position: absolute;
	width: 440px;
	height: 400px;
	left: 15px;
	margin-top: -180px;
	top: 1620px;
}
label {
	text-align: left;
	display: block;
}
.disclaimer {
	font-style:italic;
	font-size: 10px;
}
.enter {
	position: absolute;
	left: 661px;
	top: 541px;
}
