body {
    background-color: rgb(0, 0, 0);
    margin:auto;
    width: 800;
    overflow-x: hidden;
    background-image: url("/webcontent/background.png");
    animation: bgScroll 2s linear infinite;
    -webkit-animation: scrollss 4s infinite linear; /* Safari 4.0 - 8.0 */
    animation: scrollss 4s infinite linear;
    animation-name: scroll
    
  }

  @-webkit-keyframes scroll {
    from {background-position: 0px 0px;}
    to {background-position: -128px 128px;}
  }

  @font-face {
    font-family: "Font";
    src: url(/webcontent/pixel_arial_11/PIXEARG_.TTF);
  }

p, h1, h2, h3, h4, h5, li, td, tr{
    color:white;
    font-family: Font;
    font-weight: normal;
    font-style: normal;
}
legend{
    color:white;
    font-family: Font;
    font-weight: normal;
    font-style: normal;

}
a {
  color:aqua;
  font-family: Font;
  font-weight: normal;
  font-style:italic;

}

#banner {
    text-align: center;
    width: 900;
}

#sidebar {
    float:left;
    width: 240px;

}


#content {
    float: left;
    border: 3px;
    border-style:solid;
    border-color: rgb(231, 231, 231);
    text-align: left;
    background-color: rgb(0, 0, 0);
    width: 880;
    padding: 10px;
}

#rightbar {
    float:right;
    width: 300px;
    height:-10px;
    margin: 10px;
}

#leftbar2 {
    float:left;
    border: 3px;
    border-style:solid;
    border-color: white;
    text-align: left;
    width: 220px;
    height:1px;
  
  }