Well I guess it is working for now. It just took ipage over an hour to update it. Man! I just need to figure out how to get it static now. I swiped this code from another thread, will this work with this template?:
{background-color: transparent; /*not required but useful*/
background-image: url(
http://www.yoursite/images/yourimage.jpg); /* your image*/
background-repeat: no-repeat; /*can be set to repeat-y or repeat-x*/
background-attachment: fixed; /*make image static*/
background-position: center top; /*set the start position of image*/
background-clip: border-box;
background-origin: padding-box;
background-size: 100% 100%; /*set screen area for image stretch*/
}
Bookmarks