Demo: Relative Positioning

We will position the elements with this style sheet:

#outer { position:relative;
         top: 200px; 
         color: red  }

#inner { color: blue }