var d=document;

$(document).ready(function() {
 var h1 = $(window).height();
 h1 += 10;
 $('#fit').css('top', h1+'px');
})
