These divs
have no positioning information
so default to position static. This means they render basedon their position in the document flow.
These divs
are
position relative, so are aligned relative to the parent container
This div is position absolute, so is positioned based on the left and top coordinate specified in the style sheet