Posted 11 years ago · Author
Replace IMAGELINKHERE with the URL to your image.
Replace 999 with how tall you want your image to be.

Code
<style type="text/css"> 
/* Code by Antonio82 */
#imvuTopNav {
background-image:url('IMAGELINKHERE') !important;
background-repeat: no-repeat !important;
background-position: 50% 20% !important;
height:9999px !important;
margin-bottom:30px !important;
}
</style>