body {
	background: #111;
}
div.container {
	width:  550px;
	margin: 5px auto;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div.container img#fbhpic {
	margin: 0 auto;
	display: block;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 25px;
	color: #222222;
	font-weight: bold;
}
div.container p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
div#footer {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #111111;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	width: 100%;
}
	}
div#footer a:link, div:#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
div.container h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 25px;
	color: #222222;
	margin-top: 10px;
	font-weight: bold;
	}
hr {
	border: none;
	height: 1px;
	background: #e6e6e6;
}
