div.poweredby,
iframe.iframe {
  position: absolute;
}

div.poweredby {
  top: 8px; left: 475px; width: 259px;
}

iframe.iframe {
  top: 76px; left: 0px; width: 750px; height: 430px;
  z-index: 0;
}

a:link.size,
a:visited.size,
a:active.size,
a:hover.size {
  text-decoration: none;
}

a:link.size {
  color: RGB(18,18,26);
  background-color: transparent;
  font-size: x-small;
}

a:visited.size {
  color: RGB(73,46,51);
  background-color: transparent;
  font-size: x-small;
}

a:active.size,
a:hover.size {
  color: RGB(218,213,243);
  background-color: transparent;
}

a:active.size {
  font-size: x-small;
}

a:hover.size {
  font-size: small;
}

body {
  background-color: RGB(116,123,200);
  color: RGB(221,212,215);
}

body.iframe {
  background-color: RGB(133,137,175);
  color: RGB(221,212,215);
}

div.main {
  background-color: RGB(133,137,175);
  color: RGB(221,212,215);
  position: absolute;
  top: 4px; left: 4px; width: 750px; height: 550px;
  text-align: center;
}

form {
  margin-top: 0px;
  margin-bottom: 0px;
}

a:link,
a:visited,
a:active {
  color: RGB(73,46,51);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: RGB(221,212,215);
  text-decoration: underline;
}
