@media all
{
    html {
        border: 0 none transparent;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    body {
        /* background-color: #000000; */
        background-color: #09081e;
        background-position: bottom left;
        background-repeat: no-repeat;
        border: 0 none transparent;
        margin: 0;
        overflow: auto;
        padding: 0;
        text-align: center;
    }

    div#pageoutline {
        background-image: url('/images/jabinski-background.jpg');
        background-position: top center;
        background-repeat: repeat-x;
    }

    /* */

    img {
        border: 0 none transparent;
    }

    /* */

    div#jskiheader {
        text-align: center;
    }

    div#jskifooter {
        /* background-color: #000000; */
        color: #ffffff;
        font-family: Verdana, Arial, Serif;
        font-size: 10px;
        margin-bottom: 14px;
        margin-top: 20px;
        text-align: center;
        vertical-align: top;
    }

    div#jskitagline {
        /* background-color: #000000; */
        color: #cecece;
        font-family: Verdana, Arial, Serif;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        vertical-align: top;
    }

    /* */

    table#jskioutline {
        margin-top: 30px;
        width: 768px;
    }

    td#jskibar {
        /* background-color: #000000; */
        color: #ffffff;
        padding: 14px;
        text-align: center;
        vertical-align: top;
        width: 140px;
    }

    td#jskicontent {
        background-color: #ffffff;
        color: #000000;
        padding: 14px;
        text-align: justify;
        vertical-align: top;
        width: 628px;
    }
}