$(document).ready(function () {
$('.container').height($(window).height()-$('#menu').height() - 12) $('.wide').height($(window).height()-$('#menu').height() - 12) $('#leftnav').height($(window).height() - $('#menu').height() - 115) })