/********************/ /*  LAYOUT   */ /********************/
body {
  text-align: center;
 background: url(t.png)   right 10px repeat-x;
  background-color: #F3F0ED;
  font-size: 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

/********************/ /*  FOOTER SECTION  */ /********************/
.footer {

  position: relative;
  width: auto;
  top: 500px;
  font-size: 1.0em;
  background-color:  #808080;
     padding-bottom: 5px;
      padding-top: 5px;
}

.footer p {
  line-height: 1.3em;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 110%;


}

.footer p.credits {
  font-weight: normal;


}

.footer a {
  text-decoration: underline;
  color: black;

}

.footer a:hover {
  text-decoration: none;
  color: white;
}

.footer a:visited {
  color: white;
}
