/* Compatibility rules for the original Namo WebEditor HTML. */

html,
body {
    background-position: top left;
    background-size: auto;
}

/* These two small strips were designed to tile in one direction only. */
body[background="nrg_img/l_bg.gif"] { background-repeat: repeat-y; }
body[background="nrg_img/t_bg.gif"] { background-repeat: repeat-x; }

/* This source image is a seamless texture. */
body[background="nrg_img2/bg.gif"] { background-repeat: repeat; }

/* Cell backgrounds are fixed-size artwork, not tiling textures. */
td[background] {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
}
