footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: none;
	color: white;
	text-align: left;
	font-family: sans-serif;
	margin: 0px 20px 20px 0px;
}
.footerLink {
	color: rgb(180, 180, 180);
	margin: 20px 0px 0px 20px;
}