* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans;
}

body {
	background: url(/img/splash/bg.jpg);
}

#splash_div {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 653px;
	margin-top: -327px; /*set to a negative number 1/2 of your height*/
	margin-left: -435px; /*set to a negative number 1/2 of your width*/
	border: 0;
	background: url(/img/splash/splash_bg.jpg) no-repeat;
}

#splash_content {
	margin-left: 35px;
	margin-top: 28px;
	height: 513px;
	width: 497px;
}

#proceed_button {
	margin-left: 35px;
}

#contribution {
	text-align: center;
	padding-top: 130px;
}

#signup_form {
	margin-top: 60px;
	padding-left: 16px;
}

input {
	border: 1px solid #acacac;
	padding: 8px;
	font-size: 16px;
	width: 250px;
	margin-bottom: 10px;
}