$(document).ready(function() {
	var h = $("#ftr").height();
	$("#ftr").css("margin-top", -h);
});
