$(function(){a();$(window).resize(a);function a(){var f=$("#format"),b=f.width(),d=f.height(),c=$(window).width(),e=$(window).height();if(c<b){f.css({left:"0",marginLeft:"0"})}else{f.css({left:"",marginLeft:""})}if(e<d){f.css({top:"0",marginTop:"0"})}else{f.css({top:"",marginTop:""})}}});
