@import url("http://fonts.googleapis.com/css?family=Gabriela");
@import url("http://fonts.googleapis.com/css?family=Open+Sans");


h1 {
	padding: 40px 0 20px;
	font: 40px/60px Open sana;
	text-align: center;
	color: #fff;	
}
p {
	margin-bottom: 40px;
	text-align: center;
}
a {
	text-decoration: underline;
	color: #1889e6;
}
a:hover {
	text-decoration: none;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px 40px;
}