body {
	background: #000;
	color: #888;
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
}

img {
	float: left;
	display: inline;
}

#header {
	background: #fff;
	overflow: hidden;
	padding: 10px 2em;
}

#logo {
	float: left;
	display: inline;
	width: 115px;
	height: 36px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../../img/sneak.png) no-repeat;
}

h1 {
	font-size: 3.2em;
	font-weight: normal;
	color: #444;
	float: left;
	display: inline;
	margin: 0 1em;
	line-height: 36px;
	text-align: baseline;
	font-family: Georgia, Palatino, Cambria, Times, Sans-serif;
}

p {
	font-size: 1.4em;
	margin: 0;
	text-align: bottom;
	line-height: 26px;
	margin-top: 10px;
	float: left;
	display: inline;
}

.credit {
	background: url(../img/sneak-icon.png) left no-repeat;
	margin-left: 50px;
	padding-left: 15px;
}

#content {
	clear: both;
	margin: 2em;
}

a { color: #666; text-decoration: none; }
a:hover { color: #ccc; }