$(document).ready(function(){
	/* Sidebar DIV 100% */
$('.wrapper , #page').css({'height': (($(document).height()))});
$(window).resize(function(){
  $('.wrapper , #page').css({'height': (($(document).height()))});
});
	 
});
		
	
