@charset "utf-8";
/* CSS Document */


body {
	margin-left: 20%;
	float: none;
	left: auto;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-shadow: 2px 2px 0px #000000;
	vertical-align: middle;
	margin-right: 20%;
	margin-top: 100px;
	font-size: xx-large;
	background-attachment: fixed;
	background-color: #7A7A7A;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	padding-top: 0px;
	
}

header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}


.banner {
	background-image: url(images/SuperMoon_DSC8319-1.jpg);
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 100px;
	padding-bottom: 200px;
	background-position: center center;
	background-origin: padding-box;
	height: 500px;
	padding-right: 0px;
	width: 100%;
}
