
/**
* Expando stuff and IE compatibility js is run elsewhere to let this work
*/
function center() {
  var leftPad = Math.floor((window.innerWidth-880)/2);
  document.getElementById('myBody').style.paddingLeft = leftPad+"px";
}