html, body {
	margin:0;
	padding:0;
	height: 100%;
	color: #333;
	font: 11pt/16pt "normal normal Verdana", Geneva, sans-serif;
	background: #000000 url(../_img/bg.jpg) no-repeat center top;
}
#header {
	text-align: center;
}
#wrapper {
}
/* Footer ************************************************/
#footer {
	color: #555;
	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;
}

