body {
	background-color: black;
	color: #CCC;
	font-family: Georgia;
	margin: 20px 0;
}

h1 {
	text-align: center;
	background-color: black;
	padding: 20px;
	margin: 0;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#banner img {
	width: 875px;
	height: 104px;
}

#content {
	padding: 144px 0 0;
}
