$(window).load(function(){
	$('#bg_left').css('height', $(document).height());
	$('#bg_right').css('height', $(document).height());
});
