* {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

html, body {
	height: 100%;
}

#container {
	/* covers entire browser */
	min-height: 100%;
	align-content:center; /* vertical alignment of container */
}
#main {
	overflow: auto; /* needed to get a scrollbar when content exceeds page */
	padding-bottom: 150px; /* height of actual footer */
	background-color: black;
}

#footer {
	background-color: black;
	color: slategray;
	position:: relative;
	height: 30px;
	margin-top: -40px;
	clear: both;
	align-content: center;
}