*, *:before, *:after {
	box-sizing: border-box;
}

body {
	font: 20px "Source Sans Pro", sans-serif;
	
	/*
	background: #EDEBE6;
	color: #403B33;
	*/
	/* f.malte70.de/colors :: metro */
	background: #515151;
	color: #EEEEEE;
}

a:link, a:visited {
	/*color: #94C7B6;*/
	color: #403B33;
}

a:hover, a:active {
	color: #A40114;
}

h1 {
	text-align: center;
	margin-top:100px;
}

main p {
	width: 300px;
	margin: 2em auto;
	font-size: 2em;
}

footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	/*display: none;*/
	display: none;
}
