@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,400&subset=latin-ext);
html {
	min-height:100%;
}
body {
	color:#777;
	text-shadow:1px 1px 6px rgba(0,0,0,0.5);
	background-color:#999;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding:0;
	margin:0;
	font-family:"Raleway", Helvetica;
	font-size:35px;
	background-size:100%;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height:100%;
	background-position:center bottom;
	font-weight:100;
}
a {
	text-decoration: none;
	color:rgba(255,255,255,0.6);
}
#fb {
	
}
h1 {
	font-size:70px;
}
h1, h2, h3 {
	font-weight:100;
}
#page {
	width:70%;
	padding-top:5em;
	margin:0 auto;
	text-align:center;
}
span {
	font-weight: 300;
}
#logo {
	width:714px;
	padding:2%;
	margin:0 auto;
	display:block;
	max-width:100%;
  
}
footer {
	font-weight: 400;
	padding-top: 3em;
	display: block;
	font-size: 15px;
}