﻿$(function() {
    $(window).resize(function() { $("#content").height($(window).height() - 128); }).resize();
});
