.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9980;
  width: 100%;
  height: 44px;
  background-color: #;
    box-shadow: 0px 0px 0px #c0c0c0;
  	background: -webkit-linear-gradient(top, #);
	border: 0px solid #015b86;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
}
.relative-content {
  position: relative;
  top:-2;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 110px;
  background-color: #;
    box-shadow: 0px 0px 0px #c0c0c0;
  	background: -webkit-linear-gradient(top, #);
	background: -moz-linear-gradient(top, #, #);
	border: 0px solid #015b86;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
	
}