@charset "utf-8";
/* CSS Document */
#banner {
	/*position:relative;*/
	background-image: url(../images/banners/Involved_Banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#cc0000;
	height: 100px;
	width: 800px;
	clear:both;
	margin:0 auto;
	text-align:center;
	vertical-align: top;
	z-index:444;
}
