/* StyleSheet for Thelma's Dog */

BODY    {
        background:            white;
        background-image:      url(welcome.jpg);
        background-attachment: fixed;
        background-position:   100% 100%;
        background-repeat:     no-repeat;
        margin-top:            15;
        margin-left:           15;
        margin-right:          15;
        margin-bottom:         15;
        padding-top:            0;
        padding-left:           0;
        padding-right:          0;
        padding-bottom:         0;
        border-top:             0;
        border-left:            0;
        border-right:           0;
        border-bottom:          0;
        width:                  auto;
       }
A      {
        text-decoration:        none;
       }
TD     {
        font-family:            Arial, sans-serif;
        font-size:              12px;
       }
DIV.copyright {
       position:                fixed;
       left:                    15px;
       bottom:                  0px;
       font-family:             Arial, sans-serif;
       font-size:               10px;
       }
DIV.hidden {
       display:                 none;
       }
