/* CSS Document */

@import url("containers.css");
@import url("content.css");

html,body {
	background:#202020 url(../images/corebg.gif) 0px 0px repeat-x;
	margin:0px;
	height:100%;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* footer */

#footer {
	position:absolute;
	top:661px;
	left:0px;
	width:880px;
	height:18px;
	background:url(../images/credits.gif) 0px 0px no-repeat;
	}
	
#footerlink A{
	position:absolute;
	top:0px;
	right:0px;
	width:108px;
	height:18px;
	display:block;
	text-decoration:none;
	text-indent:-9500px;
	overflow:hidden;
	}

#bodysethsx{
	position:relative;
	top:0px;
	left:0px;
	width:880px;
	background:#000000 url(../images/intializinghs.jpg) 0px 0px no-repeat;
	height:660px;
	}