		#header {	
					position: fixed;
					top: 0;			
					width: 100%;
					height: 30px;
					z-index : 20;
					border : none;
					background-color: transparent;
					overflow : hidden;
					display: -webkit-flex; 
					display: -ms-flexbox; 
					-webkit-flex-direction: row; 
					-ms-flex-direction: row; 
					flex-direction: row; 
					-webkit-flex-wrap: nowrap; 
					-ms-flex-wrap: nowrap; 
					flex-wrap: nowrap; 
					-webkit-justify-content: center; 
					-ms-flex-pack: distribute; 
					justify-content: space-around; 
					-webkit-align-content: strech; 
					-ms-flex-line-pack: stretch; 
					align-content: strech; 						
					-webkit-align-items: strech; 
					-ms-flex-align: strech; 
					align-items: center; 
					padding-left, padding-right: 30px; 
			}