$(function(){	$(window).scroll(function () {		$("#header_main").css('top',($(document).scrollTop()) + "px");    });  });
