body {
	background: url(http://i.imgur.com/QJfm4v7.jpg);
	background-size: cover;
	background-position: center;
	text-orientation: center;
	background-attachment: fixed;
	color:white;
	
}

.content{	
	width:  100%;
	height: 100%;
	font-family:"Offside";
	color:white;
}
h1 {
	font-weight: 700;
	font-size:5em;
	text-shadow: 1px 1px 1px #000;
	padding-top: 100px; 
}
h3{
	text-shadow: 1px 1px 1px #000;

}
hr {
	width: 1100px;
	border-top: 1px solid #f8f8f8;

}
#nav {
	color:transparent;
}