html, body {
	margin:0;
	padding:0;
	height: 100%;
	color: #333;
	font: 11pt/16pt "normal normal Verdana", Geneva, sans-serif;
	background: #000;
}
h1 {
	display: none;
}
#wrapper {
	width: 100%;
	background: #0f0f0f;
	text-align: center;
}
img {
	border: 0;
}
#splashtop {
	 background: #000 url(../_img/splash/top.jpg) bottom center no-repeat;
	 height:145px;
}
#splashbot {
	 background: #000 url(../_img/splash/bottom.jpg) top right no-repeat;
	 height:156px;
}

/* Rollovers ************************************************/
#twctte {
	background: #000000 url(../_img/splash/Then_We_Came_to_the_End.jpg) no-repeat;
	background-position: 0 0;
	width: 268px;
	height: 327px;
}
#twctte:hover {
	background-position: 0 -327px;
}
#tu {
	background: #000000 url(../_img/splash/The_Unnamed.jpg) no-repeat;
	background-position: 0 0;
	width: 252px;
	height: 327px;
}
#tu:hover {
	background-position: 0 -327px;
}
#about {
	background: #000000 url(../_img/splash/About_the_Author.jpg) no-repeat;
	background-position: 0 0;
	width: 363px;
	height: 327px;
}
#about:hover {
	background-position: 0 -327px;
}

/* Footer ************************************************/
#footer {
	background-color: #000;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	font: normal 10px "Arial Narrow", "Helvetica LT Std Cond", "Helvetica LT Narrow", "Helvetica LT CondensedLight", "Helvetica LT Compressed", sans-serif;
}
#footer  a{
	color: #444;
	text-decoration: none;
}
#footer  a:hover{
	color: #666;
	text-decoration: none;
	text-align: center;
}
#footer #rab {
	float: left;
	margin-top: 5px;
	background-image: url(../_img/splash/rab.gif);
	background-position: 0 0px;
	height: 28px;
	width: 39px;
}
#footer #rab:hover
{
	background-position: 0 -28px;
}
#footer #lbc {
	float: left;
	margin-top: 5px;
	background-image: url(../_img/splash/lbc.gif);
	background-position: 0 0px;
	height: 28px;
	width: 59px;
}
#footer #lbc:hover
{
	background-position: 0 -28px;
}
#footer #t {
	margin-top: 5px;
	float: left;
	background-image: url(../_img/splash/t.gif);
	background-position: 0 0;
	height: 28px;
	width: 28px;
}
#footer #t:hover
{
	background-position: 0 -28px;
}
#footer #f {
	margin-top: 5px;
	float: left;
	background-image: url(../_img/splash/f.gif);
	background-position: 0 0;
	height: 28px;
	width: 28px;
}
#footer #f:hover
{
	background-position: 0 -28px;
}
#footer #bug {
	background-image: url(../_img/404.png);
	background-position: 0 0;
	height: 19px;
	width: 19px;
	margin: 10px auto;
}
#footer #bug:hover
{
	background-position: 0 -19px;
}
