body {
	background: #990000 url(splash_bg.jpg) repeat-x top left;
  margin: 0;
	font-family: arial, sans-serif;
}

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

#row1a {
	height: 261px;
	width: 375px;
	background: transparent url(splash_row1_col1.jpg) no-repeat top left;
	float: left;
}

#row1b {
	height: 261px;
	width: 470px;
	background: transparent url(splash_row1_col2.jpg) no-repeat top left;
	float: left;
}

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

#row3a {
	height: 396px;
	width: 444px;
	background: transparent url(splash_row3_col1.jpg) no-repeat top left;
	float: left;
}

#row3b {
	height: 396px;
	width: 401px;
	background: transparent url(splash_row3_col2.jpg) no-repeat top left;
	float: left;
}

#row5a {
	height: 216px;
	width: 300px;
	background: transparent url(splash_row5_col1.jpg) no-repeat top left;
	float: left;
}

#row5b {
	height: 216px;
	width: 328px;
	background: transparent url(splash_row5_col2.jpg) no-repeat top left;
	float: left;
}

#row5c {
	height: 216px;
	width: 217px;
	float: left;
}

#row6 {
	height: 36px;
	width: 845px;
	background: transparent url(splash_row6.jpg) no-repeat top left;
	clear: left;
}

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

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

#form {
	position: absolute;
	top: 1075px;
	left: 325px;
	font-weight: bold;
}

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

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

#form .formTxt {
	width: 170px;
}

#form #button {
	position: absolute;
	top:-158px;
	left:303px;
}

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

#footerText {
	color: white;
	padding-left: 20px;
	margin-top: 0;
}

#footerText a {
	color: white;
}


