body{
	background: white url(../img/cloudy-haze.jpg) top center no-repeat;
	padding-top: 50px;
}

header{
	margin-bottom: 50px;
}

header h1{
	text-shadow: #FFFFFF 0px 0px 6px;
}
header h1:hover{
	text-shadow: #FFFFFF 0px 0px 8px;
}

header h1 a{
	color: white!important;
}

#main-content{
	background-color: rgba( 249,250,250, .6 )
}
