$(document).ready(function(){
	if (location.pathname == "/"){
		$("#body-wrapper").addClass("bg-body");
	}
});
