@charset "utf-8";
	
	
/*Header - Styles*/

.headerContainer {
	width: 1000px;
	height: 280px;
	background-image:url(../none);
	min-width: 1000px;
	margin:0 auto;	
}
.headerStripe {
	width: 100%;
	background-color:#cbdb2a;
	height: 10px;
	margin:0 auto;	
}
