$(document).ready(function(){
	$('#content').height($(window).height()-224);
});