body {
  background-color: #000;
  color: #666;
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 80%;
}

img {
  border: 0;
}

a
{
  text-decoration: none;
  color: inherit;
}

#content {
  width: 360px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -180px;
}

#logo {
  width: 340px;
  height: 130px;
  background-image: url("/images/logo.png");
  background-repeat: no-repeat;
  border: 0px solid red;
  margin: 10px;
}

#mons {
  width: 360px;
  height: 120px;
  border: 0px solid #333;
  text-align: center;
}

#contact {
  text-align: right;
  padding-right: 10px;
  padding-top: 30px;
}

.mon {
  background-repeat: no-repeat;
  margin: 10px;
  float: left;
}

.mon_placeholder {
  background-image: url("/images/mon_questionmark.png");
}

#mon_reddit {
  background-image: url("/images/mon_reddit.png");
}