footer {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	bottom: 0px;
	background-color: black;
}

footer p {
	position: relative;
	color: whitesmoke;
	text-align: center;
	top: 15px;
}