From your stylesheet, I see this style defined:
Code:
.HeadLine { color: #ffffff; background-color: #404a55; padding: 4px; border-top: 5px solid #ffffff }
Removal of the border-top stuff I think will remove that white bar.
So you will be left with this:
Code:
.HeadLine { color: #ffffff; background-color: #404a55; padding: 4px }
Cheers,
~Regs.