$(document).ready(function(){
    $(document).pngFix();
    $('body').css('min-height', document.height + 200);

});

