jQuery(document).ready(function(){
    jQuery("#wrapperLayout").css("min-height",jQuery(window).height() - 77);
});

