
$(function(){
	//$(window).height($(window).height() - 47);
	//$(document).height($(document).height() - 47);
	//$('#page').height($(window).height() - 47);
	//$('#page').css("margin-top", '47px');
});
