a.white {
	color: white;
	text-decoration: none
}
body {
	height: 100%;
	margin: 0px
}
div.mainbar {
	align-items: center;
	background-color: black;
	color: white;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 100%
}
div.mainbarspacer {
	background-color: black;
	display: inline-block;
	height: 60px;
	width: 60px
}
div.socialbar {
	background-color: black;
	height: 60px;
	text-align: center;
	width: 100%
}
div.socialbarspacer {
	display: inline-block;
	height: 60px;
	width: 20px
}
html {
	font-family: Arial, sans-serif;
	font-size: 18px;
	height: 100%
}
img.logo {
	left: 50%;
	margin-left: -105px;
	position: absolute;
	top: 106px
}
img.social {
	position: relative;
	top: -20px
}
