body {
	background: white;
  margin: 0;
	font-family: arial, sans-serif;
}

#wrap {
	width: 845px;
	margin: 0 auto;
	position: relative;
}

#row1 {
	height: 105px;
	width: 824px;
	background: transparent url(splash_row1.jpg) no-repeat top left;
}

#row2 {
	height: 444px;
	width: 824px;
	background: transparent url(splash_row2.jpg) no-repeat top left;
}

#row3 {
	height: 225px;
	width: 824px;
	background: transparent url(splash_row3.jpg) no-repeat top left;
}

#row4a {
	height: 243px;
	width: 302px;
	float: left;
}

#row4b {
	height: 243px;
	width: 289px;
	background: transparent url(splash_row4_col2.jpg) no-repeat top left;
	float: left;
}

#row4c {
	height: 243px;
	width: 233px;
	background: transparent url(splash_row4_col3.jpg) no-repeat top left;
	float: left;
}

#newMembers {
	position: absolute;
	top: 947px;
	left: 50px;
	width: 225px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#newMembers #deadline p {
	margin: 0;
	padding-bottom: 3px;
}

#form {
	position: absolute;
	top: 920px;
	left: 310px;
	font-weight: bold;
}

#form p {
	margin: 0;
	padding-bottom: 5px;
}

#form span {
	display: block;
	width: 120px;
	float: left;
	padding-top: 3px;
	color: white;
}

#form .formTxt {
	width: 155px;
}

#form #button {
	position: absolute;
	top:-146px;
	left:282px;
}

#form #formError {
	position: absolute;
	top:-30px;
	left:0;
	background: white;
	padding: 3px;
	font-size: 14px;
	color: red;
	margin:0;
}

#footerText {
  clear:left;
	color: black;
	padding: 5px 0 0 20px;
	margin-top: 0;
}

#footerText a {
	color: black;
}

