q

$(window).load(function(){
$(“#headers”).sticky({ topSpacing: 0 });
});

#headers {
background:red;
color: white;
font-family: Droid Sans;
font-size: 18px;
line-height: 1.6em;
font-weight: bold;
text-align: center;
padding: 0px;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
width:100%;
box-sizing:border-box;
}