$(document).ready(function() {
	bottom_height = $('body').height()-229;
	$('.bottom').css('min-height', bottom_height);
	});
function fadeImg(e){
	$(e)
		.css("visibility", "visible")
		.css("display", "none")
		.fadeIn("slow")
		.attr("onload", "");
	}
