body {
	background: #000 url("bg-stylish.jpg") no-repeat 50% 0;
	color: #DDD;
}

h1, h2 {
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-transform: none;
}

#content {
	font-size: 1.1em;
}

#content h1 {
	font: 2.6em Zapfino, "Gill Sans", Gill, Palatino, "Times New Roman", Times, serif;
	margin: 200px 0 70px;
}

#content h2 {
	font: 1.6em "Gill Sans", Gill, Palatino, "Times New Roman", Times, serif;
	margin: 1.4em 0;
	text-transform: uppercase;
}

#content #blurb {
	background: #222;
	border-color: #444;
	color: #FF9;
}

span.lead {
	font-weight: bold;
}