body {
    font-size: 100%;
    color: rgb(var(--gTextColor));
    font-family: monospace, Courier, system-uiArial, Helvetica, Sans-serif;
    padding-bottom: 1em;
    background: rgb(var(--gBgColor)) var(--gBgImage) no-repeat 0px 0px fixed;
}