if (screen.width<=970)
{
document.write("<style>#page{position:absolute;left: 0px;width: 980px;margin-left:0;}</style>");
window.scrollBy(180,0);
}
else if (screen.width>970)
{
document.write("<style>#page{position:absolute;left: 50%; width: 980px;margin-left: -670px;}</style>");
}
