 $(document).ready(function(){
							var quanto=$("#sez").height();
							var dove =$("#sez").position();								
							var val=quanto+dove.top+180;
							//-$("#footer").height();
							//alert (val);
							$("#footer").css({"top":val});
							})
