#Footer {
	height:35px;
	background-image: url("Footer.jpg");
}
#Footer ul {
	margin:0;
	padding:0;
}
#Footer li {
	list-style-type:none;
	display:inline;
	margin:15px;
	text-align:center;
	line-height:40px;
	font-family: Arial, Tahoma, Geneva;
	font-size:17px
}
#Footer li a {
text-decoration:none;
color:#FFF
}
#Footer li:hover {
	background-color:#CCC;
}