/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background-color: #000;
	background-image: url(/images/gripweeds_bgm.png);
	background-attachment:fixed;
    background-repeat: no-repeat;
	color: #FFF;
	a:link {
	  	color: #45B613;
	}
	a:hover {
		color: #536DAC;
	}
	a:visited {
		color: #45B613;
	}
	a:active {
		color: #45B613;
	}
}

#logo{

	margin: 5px;
	float: left;
	width: 225px;
	height: 78px;
	background: url(/images/gw_logo_header_blk.png) no-repeat center;
	display: block;

}

header {

	background: #000;
	width: 100%;
	height: 96px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 0px solid #000;
	z-index: 100;

}