h1, h2, h3 
{ 
	font-family: sans-serif; 
	margin: 0;
	padding: 0;
}

h2, h3 { font-size: 1em; }

div#body
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

a { text-decoration: none; }

li
{
	list-style-type: none;
	display: inline-block;
}

div.good
{
	padding-left: 215px;
	margin-left: -8px;
	margin-bottom: 32px;
	width: 400px;
	background: no-repeat left top;
}

div.good#dontbreathe { background-image: url('good-dontbreathe.png'); }
div.good#playingfavorites { background-image: url('good-playingfavorites.png'); }
div.good#hideandgoseek { background-image: url('good-hideandgoseek.png'); }
div.good#lastmanstanding { background-image: url('good-lastmanstanding.png'); }
div.good#teamlastmanstanding { background-image: url('good-lastmanstanding.png'); }

h2 + p { margin-top: 0; text-indent: 2em; }

p.copyright
{
	font-size: 0.9em;
	clear: both;
	text-align: center;
}

