/*
* @title ≡
* @description centering
* @include http://*
* @license MIT License http://nrm.mit-license.org/2012
* @require
*/
(function (style) {
// alt: style.width = '100%'; style.margin = '0 auto';
style.marginLeft = 'auto';
style.marginRight = 'auto';
})(document.body.style);