$j(window).load(function(){
	var height = $j('#superFooter').height();
	
	$j('#container').css('padding-bottom', height);
});
