body{
	background-color:#ffffff;
	color:#444444;
	margin:0;
	padding:0;
}
a{}
a:link{}
a:visited{}
a:active{}
a:hover{}

/*FOOTPANEL*/

#footpanel {
	position: absolute;
	margin-top:665px;
	z-index: 9999;
	border-bottom: none;
	width:100%;
}


/*FOOTPANEL*/

/*
#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; 
	border-bottom: none;
}
*/

*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));
}
