body {
	background: #000 url('../images/bg_inter.jpg') no-repeat center top;
	color:#ccc;
	margin:0 250px;
	font-family:Arial, Helvetica, sans-serif;
	}

	#header {
		width:916px;	
		margin: 0 auto;	
		padding:18px 12px 10px 12px;
		font-size: 11px;
		line-height: 140%;
		}
		#logo {  
			 margin-bottom:36px;
		}  
		#logo a{  
		background:url('../images/logo_OC.png') top center no-repeat;
		width:422px;  
		height:85px; 
			display:block;  
			text-indent:-9999px;  
		}  

a:active, a:link, a:visited {
	text-decoration:underline;
	color:#d09a26;
	}
a:hover {
	color: #f05151;
	}