$(document).ready(function(){
	mainstretch = ($("#sidebar #inner").height() + 10 ); 
	$("#page").css({
		height: mainstretch
	});	
});