Fix horizontal bar at the top of a page

Hi guys, May I ask for some help here? Well, I’m trying to fix a bar at the top of my page. Actually its a background 5 px height and I’d like to fix it. My css is:

.top-bar { background: url(…/images/top-bar.gif) repeat top center; height: 5px;}

and my html:

<!-- top-bar -->
<div class=“top-bar”></div>

Is it possible to fix this background at the top?

Thank you very much in advance for any sort of help.