var br=new Array(4);
br=getBrowser();
if(br[0]=="safari") {
	document.write("<style>div #main {top:0px;}</style>");
}

