$(document).ready(function() {

	$("body").css("height",$(document).height()+20);
	
});
