html {
  background: #000 url("bg.gif") repeat scroll 0% 0%;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
}
body {
  font-size: 100%;
  background: transparent url("bg-fade.png") repeat-x scroll 0% 0%;
  color: #C0C0C0;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Rekha", "FreeSerif", "Bitstream Vera Serif", "Times New Roman", "Times", serif;
  margin: 0px;
  padding: 5px;
}
a:link {
  color: white;
  text-decoration: none
}
a:active {
  color: red;
  text-decoration: none
}
a:visited {
  color: white;
  text-decoration: none
}
a:hover {
  color: red;
  text-decoration: none
}
.centered {
  text-align: center;
}
.container {
  background: #000000 url("gr-100px-333333.jpg") repeat-x scroll 0% 0%;
  margin: 5% 20% 5% 20%;
  padding: 10px 10px 10px 10px;
  border: 1px solid #333;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}
.small {
  font-size: small;
}
img {
  padding: 3px 3px 3px 3px;
}