@charset "utf-8";
#foot {
	width: 100%;
	position: fixed;
	border-top-width: 5px;
	border-top-style: 5;
	border-top-color: #EDEEEE;
	bottom: 0px;
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	background-color: #000000;
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

