
nav.fixed-nav{
	position:fixed;

	top:0;

	z-index:999;
	
	background-color:#000000;
  width:330px;
  height:80px;
  color:#FFFFFF;
  display: table-cell;
   text-align: center;
   vertical-align: middle;
	
}