Use div instead of hr.
<div id="line"> </div>
then apply the CSS style
#line { margin: 0; padding: 0; width: 100%; height: 3px; background-colour: #453; }