#index-body{
    margin:0;
}
/* Reset the box-sizing

Heads up! This reset may cause conflicts with some third-party widgets.
For recommendations on resolving such conflicts, see
http://getbootstrap.com/getting-started/#third-box-sizing */

*:not(svg) {
	box-sizing: border-box;
}
*:before,
*:after {
	box-sizing: border-box;
}