/*
jQuery(document).ready(function() {
	if (jQuery.browser.mozilla) {
    	jQuery('#footer').css("background-position","left bottom");
 	}
 });
 */