$(document).ready(function () {
$('.container').height($(window).height()-$('#menu').height() - 20) $('.wide').height($(window).height()-$('#menu').height() - 35) $('#leftnav').height($(window).height() - $('#menu').height() - 120) })