var gInnerWidth = document.body.clientWidth;
if (!gInnerWidth){gInnerWidth = window.innerWidth;}
if (!gInnerWidth){gInnerWidth = 900;}

if(gInnerWidth > 901){
	getElem("wrapper").style.left = ((gInnerWidth - 900)/2) + "px";
}
