/* $TopStyle:URL=http://www.fu2k.org/alex/css/frames/example/camelbones_ie.css$ */

div#content	{
	height: expression(document.body.offsetHeight - 88 + "px");
	bottom: expression(document.body.clientHeight - 30 + "px");
}

/* IE specific form values */
TEXTAREA.ah, DIV.ah {	
	height: expression(document.getElementById('content').offsetHeight - 15); /* offsetHeight is the real height, not the value of the height property */ 
}

