body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#bar {
	width: 100%;
	height: 50px;
	background-image: url('stripe.png');
	background-repeat: true;
}

#stats {
	margin-top: 2em;
	font-size: 75%;
	text-align: center;
}

#links {
	font-size: 75%;
	text-align: center;
}

#footer {
	margin-bottom: 2em;
}