The document describes the process of using absolute positioning to lay out elements on a web page. It involves:
1. Marking up all content in the HTML without styling.
2. Wrapping all content in a div with an ID of "wrapper" and giving it relative positioning, fixed width and height, and centering it.
3. Adding new divs for each content section, giving each an ID describing its purpose, to position elements individually.