// JavaScript Document

$(function(){
	if($.browser.msie || $.browser.opera || ($.browser.safari && navigator.userAgent.toLowerCase().indexOf('chrome') == -1)) {
		$("#footer .wrapper").css("width", 920);
	}
	
});

