var localPage={
		width:(window.screen.width-900)/2
}
if(window.screen.width>=900){
	document.write("<style type='text/css'>body{margin-left:"+localPage.width+"px;}</style>");
}

