/*
Client:		NBCC

Author:		Scott Beatty sbeatty@northpointdesign.com
Updated:	
Notes:		None

*/

/* =Flash Intro
---------------------------------------------------------------------
*/

* {
   margin: 0;
   padding: 0;
}

body { 
	background: #041733 url(/_img/bg_body_homeflash.jpg) repeat-x;
	text-align:center;
}

#container { 
	margin:0 auto; 
	width: 1020px; 
	text-align: left;
}

#intro-flash{
	width: 1020px;
	height: 700px;
}

a { 
	color:#092554;
}

a:hover{
	text-decoration: none;
}



/* @end */