@charset "utf-8";

.main_header {
  	position: fixed;
	opacity: 1;
	z-index: 1000;
	top: 0px;
	left: 0px;
  	padding-top: 0px;
  	width: 100%;
/*	height: 70px;*/
	height: 9%;
	max-height: 70px;
  	text-align: center;
  	background-color: #467373;
  	color: white;
  	font-size: 14px;
	font-family: Arial;
}

