html {
     overflow: -moz-scrollbars-vertical;
}

body {
  background: #231f20 url(../img/body.jpg) no-repeat top right;
  color:#fff;
  font: normal 11px/18px Verdana;
}

#wrapper {
  margin: 25px auto 0;
  width: 485px;
}
  #content {
    background: url(../img/opacity.png);
    padding: 15px;
    width: 455px;
  }

  #player,
  #address {
    background: #fff200;
    color: #333;
    padding: 15px;
    width: 455px;
    position: relative;
  }
  #player { background: #fff; margin: 15px 0; }
  #address a { color: #333 }
  .left{
    float: left;
    margin: 0 15px 0 0;
  }
  .last{ margin: 0; }
  .clear { clear: left; }
  .tr,
  .tl,
  .br,
  .bl {
    background: url(../img/fgf.png) no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
  }
  .br { background-position: -367px -102px; bottom: 0; right: 0; }
  .bl { background-position: -352px -102px; bottom: 0; left: 0; }
  .tl { background-position: -352px -87px; top: 0; left: 0; }
  .tr { background-position: -367px -87px; top: 0; right: 0; }

  #player .br { background-position: -395px -102px;}
  #player .bl { background-position: -380px -102px;}
  #player .tl { background-position: -380px -87px; }
  #player .tr { background-position: -395px -87px; }

  h2 {
    background: url(../img/fgf.png) no-repeat 0 -78px;
    display: block;
    height: 22px;
    text-indent: -9999px;
    width: 276px;
  }
  h1 {
    background: url(../img/fgf.png) no-repeat 0 0;
    display: block;
    height: 78px;
    text-indent: -9999px;
    width: 455px;
  }
  h3 {
    background: url(../img/fgf.png) no-repeat 0 -100px;
    display: block;
    float: right;
    height: 32px;
    text-indent: -9999px;
    width: 194px;
  }
  p {
    clear: right;
    margin: 0 0 10px;
  }
  ul {
    margin: 0 0 10px;
  }
  ul li {
    margin: 0 0 0 15px;
  }
  a { color: #fff; }
  
