html, 
body
{
    font-size: 100%; /* 16px in chrome */
    font-family: "HelveticaNeue-Light", sans-serif;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    padding:0;
    overflow-x: hidden;
}

#fake-body 
{
  position: relative;
  width: 100%;
  overflow-y: hidden;
}
