$(document).ready(function(){ 
	var tempheight = 90 - $("#tipsbox").innerHeight();
	$("#tipsspace").css('height',tempheight+'px');
 });

