body {
	padding: 0;
	margin: 0;
	background: #262626;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F8F8F;
}

div#SplashContainer {
	position: absolute;
	top: 50%;
	margin: -60px 0 0 0;
	background: #363636 url(../images/stripes_background.png);
	height: 120px;
	width: 100%;
	overflow: hidden;
}

div#SplashLogo {
	float: left;
	background: #FF701C url(../images/logo_background.gif) repeat-y;
	width: 300px;
	height: 120px;
	color: #FFFFFF;
	text-align: center;
	line-height: 120px;
	border-right: 5px solid #262626;
}

div#SplashLogo h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -2px;
}

div#SplashContainer ul {
	float: left;
	margin: 0;
	padding: 0;
	height: 120px;
	overflow: hidden;
}

div#SplashContainer ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#SplashContainer ul li a {
	display: block;
	float: left;
	height: 120px;
	width: 160px;
	border-right: 5px solid #262626;
	text-align: center;
	line-height: 120px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-indent: -10000px;
}

a.dj {
	background: #FF701C url(../images/splash_pic_dj.gif);
}

a.web {
	background: #FF701C url(../images/splash_pic_web.gif);
}

a.blog {
	background: #FF701C url(../images/splash_pic_blog.gif);
}
