/********************************************************************************************/
/* @file			content.css
/* @author			brendt
/* @date			
/* @description		
/********************************************************************************************/



/********************************************************************************************/
/* banner
/********************************************************************************************/
#banner {
	/* background */
	background:#0A2033;
	box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.5);
	
	/* border */
	border-bottom: 1px solid #0F3554;
	
	/* positioning */
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	width:100%;
}

#banner > .strong {
	display:block;
	padding:12px 0px 10px 70px;
	margin-right:15px;
}



/********************************************************************************************/
/* content
/********************************************************************************************/

#content {
	position:relative;
	margin:80px auto;
	width:1080px;
}