footer{
	display: block;
	min-height: 400px;
	width: 100%;
	background: rgb(68,69,64);
	text-align: center;
	color: rgb(160,160,160);
}
footer a{
	color: rgb(160,160,160);
	text-decoration: none;
}