body, html
{
  background-color: #000;
  color: #fff;
}

#notice
{
  background-color: #141241;
  color: #b7b7ff;
  width: 240px;
  height: 120px;
  padding: 0;
  margin-left: -60px;
  margin-top: -120px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 11px;
  font-family: bitstream vera sans, arial, sans-serif;
  color: #d6d5ff;
  display: table-cell;
  vertical-align: bottom;
}

#info
{
  display: block;
  color: #141241;
  background-color: #b7b7ff;
  padding: 1px 3px;
}

#oldsite
{
  font-size: 9px;
}

#message
{
  padding: 3px;
}

a
{
  color: #b7b7ff;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
