
html {
	background:  url(background.gif) no-repeat center center fixed;
	background-size: cover;
}
h1{
	font-family: 'Ariel', sans-serif;
	font-size: 3em;
	margin: .5em .5em .2em .5em;  /* top - right - bottom - left */
	color: rgba(20,20,20, 0.3);
}


.content {
	text-align: center;
}

p {
	margin: 2em;
}
body {
	height: 100%;
}
