body {
	margin: 0;
	padding: 0;
	font-family: Nimbus Sans L, Helvetica, Arial, sans-serif;/* sans neo-grotesque */
	font-size: 14px;
}
#content {
	width: 960px;
	margin: 0 auto;
}
#crossword {
	height: 559px;
	position: relative;
	background: url(/static/template/splash/crossword.jpg) no-repeat;
}
#nav {
	width: 385px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#nav li {
	display: block;
	padding: 40px 0;
}
#nav a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#arts {
	height: 98px;
	background: url(/static/template/splash/arts.jpg) top right no-repeat;
}
#arts:hover {
	background-position: right -98px;
}
#circus {
	height: 104px;
	background: url(/static/template/splash/circus.jpg) top right no-repeat;
}
#circus:hover {
	background-position: right -103px;
}
#fitness {
	height: 126px;
	background: url(/static/template/splash/fitness.jpg) top right no-repeat;
}
#fitness:hover {
	background-position: right -126px;
}
#footer {
	color: #aaa;
	text-align: center;
	font-size: 12px;
}
#footer p {
	margin: 5px 0;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}
h1 {
	margin: 5px 0;
}
h1 a {
	display: block;
	width: 584px;
	height: 205px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/static/template/splash/logo-neokitten.png) no-repeat;
}
