Might have somthing here? You can have a solid bar across the top of the page in all resolutions, but it would be done with a by a bit of stolen BV code. Lol
Place the code below in your page HTML properties under “Between head tag” area. Then preview. It should come out as a background image repeating horizontally.
Then pace your http://www.vullcanairbrush.com/1119_01.png image in the top corner of the BV page. It seems ok in FF & IE, but have a test 1st.
Good luck.
HTML Code:
<style type="text/css">
<!--
body {background-image: url(http://www.vullcanairbrush.com/1119a_02.gif); background-repeat:repeat-x;;background-position:left top;}
/* Setting the body tag with a background-image attribute
(repeat is the default setting) */
-->
</style>