$(document).ready(function(){
	// ensure main content area is always at least as tall as the body window
	$("#outer-wrap").css(($.browser.msie && $.browser.version < 7 ? '' : 'min-') + "height", $(window).height() + "px");
});
