/*
$Id: splash.css 292 2009-04-25 14:57:05Z rschmidt $
*/

body {
	background: #000;
}

.content a {
	border: 0;
}
.content a:hover {
	border-bottom: 1px solid #ddd;
}

.splash {
	text-align: center;
}

.splash ul,
.splash ul li {
	display: inline;
}

.splash ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
}

.splash ul li a,
.splash ul li a:hover {
	width: 320px;
	height: 560px;
	border: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.splash ul li#writers a {
	background-image: url("../img/writers.jpg");
}
.splash ul li#events a {
	background-image: url("../img/events.jpg");
	margin: 0 10px;
}
.splash ul li#travel a {
	background-image: url("../img/travel.jpg");
}

.splash ul li a span {
	display: none;
}
