Fixed is a container that has its children scattered about
laid out with precise coordinates.  The size of this container
is the biggest rectangle that contains all the children.  Fixed
has no extra properties and so you just use:
<fixed>
Then you put other items with proper position nodes inside this.
The "toplevel" node is really just like a fixed node.
