document.write('<style type="text/css"><!-- body {	margin-left:');

if (screen.width==800) document.write(40);else
if (screen.width==960) document.write(120); else
if (screen.width==1024) document.write(154);else
if (screen.width==1152) document.write(215);else
if (screen.width==1280) document.write(290);else
document.write(17);

document.write('px;}--></style>');
