@charset "utf-8";
#FooterMenu {
	width: 800px;
	display: list-item;
	margin-left: 100px;
	list-style-type: none;
	height: auto;
}
#FooterMenu li {
	display: inline;
	list-style-type: none;
}



