i have a problem with displaying a horizontal rule (<hr />).
i am trying to display a <hr /> 35 pixels from the bottom of the page.

HTML Code:
<hr style="position:absolute; bottom:35px;" />
this doesnt seem to work. any ideas on how to do this?