Calling all CSS experts! I'm struggling with aligning text to the bottom of a block element with a fixed width and height that contains a background image and a title. I've tried using display: table-cell; and vertical-align: bottom; without success. Other methods like adjusting line-height result in weird dotted lines around the element. I even attempted placing the text in a span within the a tag, but the underline moved to the bottom instead. Any guidance would be greatly appreciated. - Richard