To set background images on ANGEL pages, do the following

<style type="text/css">
      BODY { background: url("IMAGE_NAME.TYPE") right bottom;
      background-repeat: no-repeat; }
</style>