$(function(){ var left; left = ($(document).width() - $('body').width())/2; $(document).scrollLeft(left); })