a:link
  {
    color: #999999; text-decoration: none;
  }

a:visited
  {
    color: #999999; text-decoration: none;
  }

a:active
  {
    color: #999999; text-decoration: none;
  }

a:hover
  {
    color: #0099ff; text-decoration: none;
  }

body
  {
    font-family: Arial; font-size: 10pt; color: #999999;
    background-image:url('images/background.png');
    background-repeat: repeat-x;
    background-attachment:fixed;
    text-align: justify;
    vertical-align: middle;
    margin: 0px;
  }

#window
  {
    width: 1000px;
    height: 430px;
    border: 0;
  }


.widescreen
  {
    width: 1000px; margin: 0px;
  }

  
table#content 
  {
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    width: 1000px;
    padding: 0px;
  }

div.centralsheet
  {
  position: absolute;
  left: 50%;
  float: center;
  display: inline;
  width: 1110px;
  height: 665px;
  margin-left: -555px;
  margin-top: 0px;
  background-color: #000000;
  border: 0px;
  z-index: 3;
  }

div.fadesheet
  {
  position: absolute;
  left: 50%;
  width: 1110px;
  height: 100px;
  margin-top: 665px;
  margin-left: -555px;
  background-image:url('images/base.gif');
  background-repeat: repeat-x;
  border: 0px;
  z-index: 1;
  }

div.footer
  {
  text-align: right;
  font-size: 12px;
  position: fixed;
  width: 100%;
  height: 3%;
  margin-top: 97%;
  margin-bottom: 0px;
  padding-top: 5px;
  background-color: #000000;
  border: 0px;
  z-index: 2;
  }
