

jQuery(document).ready(function() {

                       if ($('body').width()<1240) {$('#wrapper').css('margin',0);} else {$('#wrapper').css('margin-left','100px');$('#wrapper').css('margin-right','100px');}

$(window).resize(function(){if ($('body').width()<1240) {$('#wrapper').css('margin',0);} else {$('#wrapper').css('margin-left','100px');$('#wrapper').css('margin-right','100px');}})



});

