$(document).ready(function() {
	
	// hardcoded footer -80px margin-top
	$('#main').css('min-height', $(document).height() - 80);
	
 });
