body {
	margin: 0;
	background-color: #FFF;
}
#wrapper {
	width: 680px;
	margin: 0 auto;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1pt;
	text-align: center;
	font-size: 36pt;
	color: #222;
}
img {
	display: block;
	width: 400px;
	margin: 0 auto;
}
#contact p {
	font-size: 16pt;
	color: #555;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contact a {
	color: #30acec;
	text-decoration: none;
}
#contact a:hover {
	color: #75bce1;
	text-decoration: underline;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: center;
}
#footer p a {
	color: #AAA;
	text-decoration: none;
}