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