body {
	background: url(/images/background.png) repeat top right;
	font-family: sans-serif;
	font-size: 0.9em;
}

#content {
	margin: 100px auto;
	padding: 50px;
	color: black;
	background-color: white;
}

#content h1 {
	width: 100%;
	margin: 0 0 0.3em 0;
	border-bottom: 2px solid #c3c3c3;
	color: #bd0000;
	font-size: 1.6em;
}

#content a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #bd0000;
}

#content #logo {
	float: left;
}

#content #instructions {
	padding: 1em;
}
