body {
  background: black url("images/bg/bg.php") no-repeat fixed bottom right;
  color: rgb(179,117,108);
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  /* margin: 0; */
}
img {
  border-width: 0;
}
a {
  text-decoration: none;
  color: rgb(255,167,153);
}
a:visited {
  color: rgb(102,67,62);
}
a:hover {
  text-decoration: underline;
}
p:first-letter {
  font-size: large;
  /*text-indent: 3ex;*/
}
ul {
  list-style-type: circle;
}
ul:hover {
  list-style-type: disc;
}

div#container {
  max-width: 700px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  /*text-align: center;*/
  border: 10px solid rgb(102,67,62);
  /* border-top: 0; */
  padding: 1em;
}

div#footer {
  max-width: 700px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

div#admin {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 1px dotted rgb(102,67,62);
  text-align: center;
}
