* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body {
  background: black url(images/bg.jpg) repeat top;
  font-family: serif;
  font-size: 16pt;
  color: white;
}
div#page {
  margin: auto;
  width: 1000px;
  padding: 20px 0 350px;
}
marquee {
  background: yellow;
  margin: 0;
  font-size: 14pt;
  font-family: sans-serif;
  color: black;
  padding: 5px 0;
  width: 100%;
  font-weight: bold;
}
h1, .logolink {
  display: block;
  text-align: center;
  font-family: sans-serif;
  font-weight: bold;
  height: 350px;
  width: 600px;
  background: url(images/motc.png) no-repeat center center;
  color: transparent;
  text-indent: -99999px;
  margin: auto;
}
p {
  text-align: center;
  margin: 20px auto 0;
}
br {
  line-height: 20px;
  display: block;
  margin: 20px;
  content: " ";
}
.fuck {
  color: #0f0;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
}
#page iframe {
    margin: 1em auto;
    display: block;
}
