var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("firefox") != -1){
	document.write("<style type='text/css'>\n");
	document.write("body {font-size: 62.5%; width: 100%; margin: 0; border-style: none; padding: 0; background: #f3efe9 url(\"\/bamshad\/images\/page_bak.gif\") repeat-y left top; }");
	document.write("body.home {font-size: 62.5%; width: 864px; margin: 0; border-style: none; padding: 0; }");
	//document.write("#wrap{ min-width: 750px; }");
	document.write("#wraphome{ min-width: 750px;width: 868px; url(\"\/bamshad\/images\/page_bak_home.gif\") repeat-y left top; }");
	document.write("</style>\n");
	}
