Index page

Positioning

position: static | relative | absolute | fixed | inherit
relative: element moved from document flow by indicated amount; absolute: element is removed from document flow and positioned as directed
top, right, bottom, left: {length} | {percentage} | static-position | auto | inherit
Offsets from sides
width: {length} | {percentage} | auto
----
height: {length} | auto
----
z-index
define which overlapping element is above another
 
Here is an example of the initial splash page done with tables. Here is the same table with borders on to see the menagerie of rowspans and colspans...
Index page