$(function() {
	
	
	$('#container').center(true);
	$('.js-centered').center(true);
	$('.home-box table').center(true);
	
							
});