This experiment shows that absolute positioning is in relation to the parent element; if the parent element is the <body> element, then the element is positioned relative to the window. An element can be positioned outside its parent element.
You can also use absolute positioning, along with some javascripting, to move an element around. Along with this comes the the fun with making it constantly move.