body {
	margin: 0;
	padding: 0;
	background: #000;
	background-image: url(../images/background/clubhouse.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
}
#header-fixed {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 100; /* Keeps sliding image under static menu and header */
}
#header {
	margin: 0 auto;
	width: 1040px;
	height: 200px;
	padding-top: 0;
	background-color: #124734; 
	border-left: 1px #124734 solid;
	border-right: 1px #124734 solid;
	border-bottom: 6px solid #124734;
	box-shadow: 0 0 60px 0 #000;
}
#header .img1 {
	float: left;
}
#header .img2 {
	float: right;
	padding: 10px 20px 0 10px;
}
#footer_wrapper {
	width: 100%;
	background: #124734;
	position: fixed;
	bottom: 0;
	padding: 5px 0;
	z-index: 500;
	}
#footer {
	padding-left: 60px;
	padding-right: 60px;
	color: #CCC;
	font-size: 9px;
	}
#footer a {
	color: #CCC;
	text-decoration: none;
	}