$(document).ready(function(){	
	// set wrapper "body"  height	
	var wrapperHeight = ($(document).height() - 16) + "px";	
	$("#wrapper").css("height", wrapperHeight);

});
