$(document).ready(function() {
	$newHeight = $(document).height();
	$newHeight = $newHeight - 290;
	$('#content-wrap').css({'height' : $newHeight});
});