body {
  background-color: #000000;
  width:800px;
  margin: auto;
  text-align: center;
  color: black;
  font-family: Verdana;
  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: 64px 64px;}
}

@font-face {
  font-family: "Font";
  src: url(/webcontent/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 {
  background-color: #000000;
  text-align: center;
  width: 800px;
  border: 3px;
  margin-top: 250px;
  border-style:solid;
  border-color: rgb(231, 231, 231);
}

#left{
  background-color: #000000;
  text-align: center;
  width: 350px;
  float: left;
  border-style:solid;
  border-color: rgb(231, 231, 231);
  padding: 12px;
  margin: 10px;
  height: 250px;
  overflow: auto;
}

#right{
  background-color: #000000;
  text-align: center;
  width: 350px;
  float: right;
  border-style:solid;
  border-color: rgb(231, 231, 231);
  padding: 12px;
  margin: 10px;
  height: 250px;
}

#box {
  background-color: #000000;
  text-align: center;
  width: 775px;
  border: 3px;
  margin: 10px;
  border-style:solid;
  border-color: rgb(231, 231, 231);
  float: left;
}

#page {
  background-color: #000000;
  text-align: left;
  width: 800px;
  border: 3px;
  border-style:solid;
  border-color: rgb(231, 231, 231);
  margin-top: 250px;
  padding: 12px;
  height: 600px;
  overflow: auto;
}