body{
	background-color:#000000;
	color:#3c3c3c;
	margin:0;
	padding:0;
	font-size:9px;
	font-family:'Myriad Pro',Helvetica,Tahoma;
}
a{}
a:link,a:visited{color:#3c3c3c;}
a:visited{}
a:active{}
a:hover{color:#dddddd;}


/*FOOTPANEL*/
#footpanel {
	position: absolute;
	margin-top:630px;
	z-index: 9999;
	border-bottom: none;
	width:100%;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}