@charset "utf-8";
#footer{
	z-index:2147483640;
	position:fixed;
	overflow:auto;
	width:100%;
	height:36px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0px;
}
* html #footer{height:36px;}
#copyright{
	z-index:2147483641;
	clear:left;
	width:100%;
	height:16px;
	line-height:16px;
	font:italic 10px/100% Verdana,sans-serif;
	color:blue;
	vertical-align:bottom;
	text-align: center;
}