/* --- Footer --------------------------------------------------------------------------------------------------------------------- */

#footerPlaceHolder {
  clear: both;
  height: 25px;
}

#footer {
  margin-top: -25px;
}

#footer .inner {
  position: relative;  
  font-family: "Arial";
  font-size: 12px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin: 0 auto;
}

#footer a.root {
  font-weight: bold;
  /*color: #C0B;*/
  color: #F0B;
  text-decoration: none;
}

#footer p span {
  margin: 0 5px;
}

#footerDeco {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120px;
  height: 48px;
  background: url('../images/grass.png') no-repeat right top;
}