body {
	background:#0f0f0f;
}

#bg-wrapper { background: url(../images/dark_grunge.png) no-repeat center top; padding-top: 30px; padding-bottom: 40px; }
#top{
	display: block;
	margin: 0 auto;
	height: 80px;
	width: 970px;
}
#logo{
	height: 80px;
	width: 300px;
	float:left;
	margin:0 0 0 10px;
}
#logo a {
	background: url(../images/logo_dark_grunge.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin:0px;
	height: 80px;
	width: 300px;
}
#logo #search { float: right; height: 25px; width: 260px; overflow: hidden; position: relative; }
				#logo #search form { margin: 0; }
					#logo #search li { margin: 0; list-style-type: none;}
					#logo #search input { 
						background: url(../images/search_bg.png) no-repeat;
						border: medium none;
						color: #888;
						float: left;
						font-size: 0.9em;
						line-height: 1.4em;
						padding: 6px 10px 5px;
						height: 15px;
						width: 240px;
					}
					#logo #search .submit { 
						background: url(../images/magnifier.png) no-repeat;
						cursor: pointer;
						position: absolute; 
						right: 10px; 
						top: 4px;
						text-indent: -9999px;
						padding: 0px;
						height: 16px;
						width: 16px; 
					}
