I would like some text to be centered in the bottom of the screen.
I tried this, but it doesn\'t work. It looks like absolute positioning conflicts with the alignment.>
This should work:
#my-div { left: 0; width: 100%; }