I attempted editing the style.css file to fix a "watermark" style image to the background of the body:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
color: #333;
background: url(http://gracebeliever.com/new_GGC_logo.jpg) no-repeat fixed center center;
}
It comes up for a split second while loading and then seems to get overwritten by the content. Tried it with IE 6 & 8 with the same result. Check it at http://gracebeliever.com
Any ideas?