$(document).ready(function(){ var pageHeight = parseInt($(window).height()-1); $('#page').css({'height': pageHeight + 'px'}); });