/* Stylesheet for Morelen.net */

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

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000 url("../img/morelen.png") no-repeat 50% 50%;
  color: #666;
}

#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: #000;
  color: #000; text-decoration: none;
}

#link:hover {
  background: #444;
}