@charset "utf-8";
#fix {
	position: fixed;
	width: 100%;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000;
	padding:5px;
	font-weight:bold;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow:hidden;
	font-family: Arial;
	font-size: 10pt;
	background-color: #FF0000;
	color: #FFFFFF;
}
