Your custom scheme may require the use of custom background images. Because of the many different background image options possible, MOVEit DMZ does not provide an interface to directly upload these images into the system. (SysAdmins must instead copy these images into the proper directories on the filesystem by hand.) However, MOVEit DMZ DOES prefer that your custom background use a location and naming convention.
Save your custom background images in the images\customscheme directory. Name your images as SCHEMENAME_STYLE.EXT.
To access your custom image from a stylesheet, use the following relative syntax:
BACKGROUND-IMAGE: url(../images/customscheme/SCHEMENAME_STYLE.EXT)
Example:.
BACKGROUND-IMAGE: url(../images/customscheme/acme_userhead.gif" )