body {
 	margin: 0;
  	padding: 180px 0 0 0;
  	color: #000;
  	background: #fff;
  	font-size: 1em;
}
div#fixheader {
  	overflow: hidden;
  	width: 100%;
  	height: 180px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	color: #000;
  	background: #fff;
         text-align: center;
	z-index: 100;
}
div#content_wrapper {
         text-align: center;
  	padding: 0px;
}

body>div#fixheader {
    	position: fixed;
}


