@charset "ISO-8859-1";
html {
  margin: 0;
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #2a2a2a;
  background-image:url('../img/IconPlain.png');
   background-repeat:no-repeat;
    background-position:top left;
}
.Disclaimer {
  padding: 10px;
  color: #2a2a2a;
  font-family: futura, helvetica, courier,  monospace, century gothic;
}
.Container {
  margin: 0 15%;
  overflow: visible;
  background-color: white;
  height: 100%;
  padding-top: 0px;
}
.Banner {
  border-style: solid solid none;
  border-color: #800000;
  padding: 0px;
  height: 5%;

  background-color: #999999;
}
.CenterContent {
  border-style: solid;
  border-color: #800000;
  padding: 0px 5px;
  font-family: futura, helvetica, courier,  monospace, century gothic;
  font-size: small;
   color: #2a2a2a;
  height: 100%;
  background-color: #e0e0e0;
  color: black;
}
.bannerTextBig {
  margin: 0;
  padding: 5px 15px 0px 5px;
  color: #2a2a2a;
  font-family: futura,helvetica, courier,  monospace, century gothic;
    /*, monospace, century gothic, courier, serif*/
}
