@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

#splash {
	margin: 90px auto 0 auto;
	padding: 0;
	width: 816px;
}

#splash ul,
#splash li {
	display: inline;	
	margin: 0;
	padding: 0;
	list-style: none;	
}

#splash a {
	display: block;
	width: 408px;
	height: 371px;
	text-indent: -9999px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

#splash a.journeys {
	background: #fff url(../images/splash/journey.jpg) top center no-repeat;
}

#splash a.journeys:hover {
	background: #fff url(../images/splash/journey.jpg) bottom center  no-repeat;
}

#splash a.walks {
	background: #fff url(../images/splash/sg-walk.jpg) top center no-repeat;
}

#splash a.walks:hover {
	background: #fff url(../images/splash/sg-walk.jpg) bottom center  no-repeat;
}

.footer {
	clear: left;
	margin: 20px auto;
	padding: 0;
	width: 816px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}