
if( document.body.clientWidth>450 ) document.body.leftMargin= document.body.rightMargin= (document.body.clientWidth - 450)/2;

