@charset "UTF-8";
/* CSS Document */



/*Header*/

header {
	width: 100%;
	height: 150px;
	position: fixed;
	
	top: 0;
	left: 0;
	z-index: 999;
	
	background-color: #F2DB94; 
}








