jQuery(document).ready(function($){
	var wHeight = $(document).height();
	var wWidth = $(window).width();
	
	$("body.home").css({"height":+wHeight+"px"});
	
})
