Page is a not externally linkable
swa66 - 12:24 am on Apr 10, 2009 (gmt 0)
Give the outer div position:relative in order to make it gain "position".
Give the inner element (why a div? if it's text, why not use a <p> ?) position: absolute; bottom: 0; To have it position relative to its parent that has position and align bottoms.