* {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Cardo', arial, serif;
	color: black;
}

#content {
	position: absolute;
	width: 656px;
	height: 500px;
	padding-top: 65px;
	background: url('invite.jpg') no-repeat;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -328px;
	margin-top: -200px;
}

#blurb {
	height: auto;
	text-align: center;
}

#signup {
	height: auto;
	padding: 50px;
}

#footer_band {
	background-color: #500c0c;
	width: 100%;
	height: 200px;
	top: auto;
}

h1 {
	font-size: 26px;
}

.red {
	color: #500c0c;
}

.signup {
	padding: 30px;
}

.thanks {
	padding: 40px 90px 90px;
}
