
BODY {
	background-color: #fff;
	font-family: Arial;
	color: #000;
	background-image: url(/images/landingpage.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#pageContainer {
	width: 960px;
	margin: 0px auto;
	/*border: 1px solid #ff0000;*/

}

#signupForm {
	width: 280px;
	height: 130px;
	min-height: 130px;
	position: relative;
	margin-left: 625px;
	margin-top: 348px;
}

.emailBox {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	font-size: 18px;
	color: #555;
	width: 225px;

}

.joinButton {
	margin-top: 9px;

}
