Try this (edit as appropriate)
If you are using a WYSIWYG Editor like frontpage, use format, style and edit this there.
Code:
#framecontentTop, #framecontentBottom{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 130px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: #FFFFFF;background-image:url('file:///C:/folder/imagename.jpg')
}
#framecontentBottom{
top: auto;
bottom: 0;
height: 110px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #000080;
color: #FFFFFF;background-image:url('file:///c:/folder/imagename.jpg')
}
Bookmarks