html {
	height: 100%;
	font-size: 100%;
}
body {
	min-height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background : url('/img/bgp.jpg');
	-webkit-font-smoothing: antialiased;
	-webkit-box-shadow: inset 0 0 18.75em rgba(0,0,0,.5); /* 300 */
	-moz-box-shadow: inset 0 0 18.75em rgba(0,0,0,.5); /* 300 */
	box-shadow: inset 0 0 18.75em rgba(0,0,0,.5); /* 300 */
}
#wrapper {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

h1 {
	padding: 4em 3em 1em;
	font-size: 150%;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

h1 span {
	font-weight: 400;
}

h2 {
	text-align: center;
	margin-bottom: 3em;
	color: #4c7687;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.attribution {
	padding: 3em 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.attribution a {
	color: #fff;
}


