Drew,
I dont' know all the answers, but '87,*,21' means there are 3 sections.
section 1 is 87 units (pixels or DLU)
section 2 is * units - which means it expands to fill all remaining space
section 3 is 21 units
ie section 1 and 3 are fixed in size, and section 2 is expandable according to your screen size, and the width/height of your browser window.
Try experimenting - change the numbers, recompile and open in your browser and see the difference.
Alan