body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	background-image: url(../images/as-they-gathered-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #585858;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
a:link {
	color: #5b6065;
}
a:visited {
	color: #5b6065;
}
a:hover {
	color: #5b6065;
}
a:active {
	color: #5b6065;
}

#wrap {
	background-image: url(../images/as-they-gathered-bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapin {
	background-image: url(../images/as-they-gathered-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contentin {
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	padding-top: 265px;
	font-size: 18px;
	color: #5b6065;
}
#footer {
	background-image: url(../images/as-they-gathered-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

