body {
  background-color: black;
  color: white;
  font-family: Verdana;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

body.gf {
  background-image: url("/pics/gf/bg.gif");
  max-width: 1100px !important;
}

.gfbox {
  border: 2px solid red;
  background-color: black;
  padding: 15px;
  max-width: 915px;
  margin-right: auto;
  margin-left: auto;
}

#title {
  text-align: center;
  font-size: 50px;
}

#chudgif {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}

a {
  color: red;
}

spoiler {
  color: white;
  background-color: white;
}

spoiler:hover {
  color: white;
  background-color: darkgray;
}

table, th, td {
  border: 1px solid red;
}

.gfformtable {
  width: 100%;
  border: none;
}

.gfformtable th, .gfformtable td {
  vertical-align: top;
  border: none;
}

.gfformtable img {
  width: 130px; 
}

.gfformcenter {
  border: 1px solid red !important; 
  width: 640px;
  color: black;
  background-color: lightgray;
}
