body{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  background: #030C15;
  color: #fff;
}
#content{
  width: 100%;
  height: auto;
  overflow: visible;
  text-align: center;
  padding:  0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  background: #030C15;
  color: #fff;
}
#nonflash{
  display: block;
  width: 100%;
  font-size: xx-small;
  height: auto;
  overflow: visible;
  text-align: right;
  padding:  0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  background: #030C15;
  color: #fff;
}