/* Stylesheet for Morelen.net */

body {
  margin: 0;
  font-family: Verdana, sans-serif;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #406 url("../img/darkstar.svg") no-repeat 50% 50%;
  color: #609;
}

#darkstar_star, #darkstar_circle {
  stroke: #FFF;
}

#copy {
  width: 100%;
  font-size: 8pt;
  text-align: center;
  position: absolute;
  bottom: 1px;
}

#link {
  display: inline-block; margin: 0; border: 0;
  width: 25px; height: 25px; line-height: 25px; text-align: center; vertical-align: middle;
  font-size: 12pt;
  background: #406;
  color: #406; text-decoration: none;
}

#link:hover {
  background: #609;
}
