Relative positioning is "relative" to the elements initial position in the normal flow
Absolute positioning is "relative" to the position of the nearest positioned ancestor, or (if one doesn't exist) the initial container block.
No Positioning | Relative Pos | Abs Pos| Abs Pos w/ Positioned Ancestor