html { 
	background: url(bg2.png) no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover;
}
#page-wrap {
	width: 80%;
	margin: 260px auto;
	padding: 20px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}
h1 { 
	font-size: 40px;
	font-weight:300;
	letter-spacing:10px;
	color:#57618e;
}
p { 
	font-size: 24px;
	font-weight:300;
	color:#231f20;
	line-height:32px;
}
.spacer1 {
	margin-top:70px;
}
.spacer2 {
	margin-top:30px;
}
.bold {
	font-weight:800;
}
a, a:link, a:hover, a:visited {
	font-size: 24px;
	font-weight:800;
	color:#231f20;
	line-height:32px;
	text-decoration:none;
}