#contact {
	position: relative;
	top: 0px;
	width: 650px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background: white url(/images/contact.png) no-repeat scroll 0px 32px;
}

h1 {
	position: absolute;
	top: 32px;
	right: 32px;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
}

#blurb {
	position: absolute;
	top: 96px;
	right: 12px;
	width: 28em;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;
	line-height: 3.0ex;
	text-align: justify;
}

a {
	white-space: nowrap;
}

