@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);

html {
	background: url('./index-res//underground.jpg') no-repeat center center fixed;
	background-size: cover;
	background-color: #000;
	height: 100%;
	min-height: 100%; /* Fix for Chrome */
}

#head-font {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

main {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #FFF;
	margin-left: -90px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 16pt;
}

main p img {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}

a {
	color: #FFF;
	text-decoration: none;
}

footer {
	font-family: 'Merriweather Sans', sans-serif;
	bottom: 0;
	right: 0;
	position: fixed;
	font-size: 8pt;
	padding-right: 4px;
	color: #A8A8A8;
}
