
$(document).ready(function() {
    
	var offset = $(document).height();
	
 	$("#wrapper").height(offset - 40);
});
