* {
  margin: 0;
  padding: 0;
}
html {
  font-size: x-small;
  height: 100%;
}
body {
  background-position: left top;
  background-color: #5f0407;
  color: #ffde8f;
/*  background-image: url(../img/bg.gif);*/
/*  background-repeat: repeat-x;*/
  font-size-adjust: none;
  font-variant: normal;
  text-align: left;
  height: 100%;
  width: 100%;
  font-size: 1.2em;
  font-weight: normal;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: normal;
  font-style: normal;
}

a:link, a:visited {
  text-decoration: none;
  color: #ffc750;
/*  color: #ffc750;*/
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

#btn-more {
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 24px;
    text-align: right;
    width: 100%;
}

