function fixFirefox3() {
	if (BrowserDetect.browser == "Firefox" && BrowserDetect.version == "3") {
		if ($("#wrapper")) $("#wrapper").css("margin-top", "-32px");
		if ($("#footer")) $("#footer").css("margin-top", "-16px");
	}
}

$(document).ready(fixFirefox3);