jQuery(document).ready(function() {
	if (jQuery("#right_col").height() <= 510) {
		jQuery("#wrap_footer").css("margin","200px 0px 0px 0px");
	}
})
