$(document).ready(function(){
	$('body').removeAttr('style');
	$('body').attr('style',	'padding: 0 25px 25px 25px');
});
