body
{
 width: 100%;
 position: absolute;
 top: 32px;
 left: 0px;
 margin: 0;
 padding-bottom: 24px;
 color: #000000;
 background: url(/images/bg.png) no-repeat fixed center center;
 background-size: cover;
}
#footer
{
 position: fixed;
 bottom: 0px;
 height: 24px;
 left: 0px;
 right: 0px;
 border-top: 1px solid black;
 border-radius: 0px 0px 12px 12px;
 background-color: #00A000;
 background-image: -moz-linear-gradient(top, #000000 0%, #00A000 40%, #004000 100%);
 background-image: -webkit-linear-gradient(top, #000000 0%, #00A000 40%, #004000 100%);
 background-image: -o-linear-gradient(top, #000000 0%, #00A000 40%, #004000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#008000');
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#008000')";
}
#footer table
{
 padding-left: 32px;
 padding-right: 32px;
}
a:link, a:visited
{
 color: #0000FF;
 text-decoration: none;
 cursor: pointer;
}
a:hover
{
 color: #0000FF;
 text-decoration: underline;
 cursor: pointer;
}
a:active
{
 color: #FF0000;
 text-decoration: none;
 cursor: pointer;
}
.copyright
{
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 vertical-align: top;
}
.copyright a
{
 color: #FFFFFF;
 text-decoration: none;
 cursor: pointer;
}
.copyright a:hover
{
 text-decoration: underline;
 cursor: pointer;
}
img
{
 border: 0;
}
