body {
	font-family: "Century Gothic";
	background-color: #000;
	color: #FFF;
}

#masthead {
	text-align: center;
}
#content {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
}
#author {
	text-align: center;
}

#author a {
	color: #0C0;
	text-decoration: none;
}