#newsdiv {
  position: fixed;
  display: none;
  margin: 0px;
  padding: 0px;
  background: transparent url(../images/newsbg.png);
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: white;
  width: 100%;
  height: 100%;
  z-index: 2;
  float: top;
  text-align: left;
}

#newsdiv_content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 50%;
  height: 500px;
  border: solid white 1px;
}

#newsobject {
  width: 100%;
  height: 500px;
}
