/* Site Title CSS */
/*.site_logo_bg { height:300px; background:#001119 url('./img/basic.jpg') no-repeat center top; }*/
.site_logo_bg { 
	height:299px; 
	background:#000000;  
}

.site_logo_bbg { 
	width:1000px;
	height:300px; 
	background: url('./img/bbg.png') no-repeat center top;
	clear:both;
	position:absolute;
	z-index:1;	
	left:50%;
	margin-left:-500px;
}

.site_logo { background: url('./img/logo_shadow.png') repeat-x left top; text-align:center}

