// JavaScript Document

function adjustFooterPosition(){
	var sideH = $("#all").height() - 275;
	$("#textContent").css({"min-height":sideH+"px"});
}

