@charset "utf-8";
/* CSS Document */
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

li{
	float: left;
}

li a{
	display: block;
	color: peru;
	padding: 30px 45px;
	text-decoration: none;
}

footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: cadetblue;
	color: white;
	text-align: center;
}