BODY {
  background: url("img/back.jpg") repeat left top;
  background-color: #035063;
  margin: 0;
  padding: 0;
}

div#logo {
  position: absolute;
  top:50%;
  left:50%;
  width: 247px;
  height: 85px;
  margin: -42.5px 0px 0px -123.5px;
}
div#box {
  background: transparent url("img/white.png") repeat left top; filter: alpha(opacity=75);
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  top: 95%;
  font-family: monospace;
  font-size: 12px;
  color: #f26722;
}

