Krystal - Absolute Position Demo

by kidsysco

HTML

<div style="position:absolute; text-align:center; width:100%;">
  Your nav goes here<br/>
  photo here
  <div style="position:relative; top:20px; text-align:left; width:100%;">
    more content
  </div>
</div>