
html {
	background:  url(../images/background.gif) no-repeat center center fixed;
	background-size: cover;
}
h1{
	font-family: 'Ariel', sans-serif;
	font-size: 3em;
	margin: .2em .5em;
	color: rgba(0,0,0, 0.3);
}

p {
	margin: 2em;
}
body {
	height: 100%;
}
