$(function()
	{
		var bodyHeight = $('#bodyframe').height();
		$("#body").css({"min-height": bodyHeight-521});
});

