


html, body {
	background: #000 url(images/global/grass_lg-night.jpg) 50% 75% repeat-y scroll;
}


		#header {
			background: #000 url(images/global/header_bg-night.jpg) 0 0 no-repeat;
		}


				.rightbg {
					background: url(images/global/right_bg-night.jpg) 1px 0 no-repeat;	
					
				}

				.bottombg {
					background: url(images/global/grass_gradient-night.jpg) 0px 0px no-repeat;
				}

				#contact a, #footer a:visited {
					color: #fff;
				}	
				
		#search label {
			color: #FFF;
		}
		
					#header .mailing a {
						font-weight:bold;
						color: #fff !important;
						text-decoration: none;
					}	
					
					#header .mailing a:hover {
						color: #fff !important;
						text-decoration: underline;
					}	
