$('.bgbrown1').height('auto');

setTimeout(function() { 
	$('.bgbrown1').height($('#page_container').innerHeight() - 5);
	},1500);