$(function() {
	var h = $(window).height() - 215;
	var chekc = $('#pagecont').height();
	if (chekc < h) {
		$('#pagecont').height(h);
	}
});
