width = screen.width;
height = screen.height;
if(width==640)
{document.write('<div id="wrapper" style="width: 950px; height: 810px; position: absolute; left: 1px;   top:10px; color: green;  font-size:12px;   ">');
}
else
{
if(width==800)
{document.write('<div id="wrapper" style="width: 950px; height: 810px; position: absolute; left: 1px;   top:10px; color: green;  font-size:12px;   ">');
}
else
{if(width==1024)
{document.write('<div id="wrapper" style="width: 950px; height: 810px; position: absolute; left: 50%;   top:10px; color: green;  font-size:12px;  margin-left:-475px; ">');
}
else
{if(width==1152)
{document.write('<div id="wrapper" style="width: 950px; height: 810px; position: absolute; left: 50%;   top:10px; color: green;  font-size:12px;  margin-left:-475px; ">');
}
else
{if(width>=1280)
{document.write('<div id="wrapper" style="width: 950px; height: 810px; position: absolute; left: 50%;   top:10px; color: green;  font-size:12px;  margin-left:-475px; ">');
}

else
{document.write('<div id="wrapper" style="width: 950px; height: 810px; position: absolute; left: 50%;   top:10px; color: green;  font-size:12px;  margin-left:-475px; ">');
}

}}}}
