The point of putting up a top banner is to cover up the music navigation bar since you can't hide it by code. So, look for this in your codes:
CODE
<style>
.profileWidth table { margin-bottom:852px; width:800px; }
.rail { display:none; }
.gap {
background:url() top left no-repeat;
width:900px; height:852px;
position:absolute; top:0; left:50%;
margin:0px 0 -400px -852px;
</style>
Replace the values of the height and margin-bottom properties on the gap class with a smaller number until the music navigation bar is under the contact links you made. The 'slight gradient' isn't visible since you've already covered it.