
body {
	background-image: url("../images/group-banner-faded.jpg");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
    background-color: #232323;
} 

#header {
    background: #000000;
    border: 2px solid #000000;
	height:50px;
	width:100%;
	position:fixed;
	top:0;
	left:0;    
}

.content {
    width: 850px;
    background: #002030;
    border: 3px inset #002030;
    height: 2000px;
    margin: 180px auto;
}