body {
	font-family: 'Spectral SC', serif;
	background: url(/img/gullywash-blur.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: black;
}

h1 {
	margin-top: 0;
}

a {
	color: black;
}

#content {
	margin: 100px auto;
	text-align: center;
	width: 800px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 10px;
}
