Firefox only! This will fix the position for the new header. This means the header wont scroll away when you move down the page. Can be placed anywhere.

#mininav, .imvuspace_com {
position:fixed;
top:0px;
left:0px;
z-index:1000;
}