/*
 * $Id: popup.css 939 2007-03-08 15:27:28Z gjm $
 */


html, body {
    height: 100%;
}

#body {
    position: relative;
    min-height: 100%;

    background-image: url(images/siiue_watermark.jpg);
    background-position: 2em 5em;
    background-repeat: no-repeat;
}

#content {
    padding: 1em;
}

