/* CSS Document */

    #buttons {
      text-align:center;
      position:relative;
      width:15px;
      left:500px;
      top:180px;
    }
    #buttons a {
      font-family:arial, sans-serif;
      font-size:15px;
      font-weight:bold;
      color:#FFFFFF;
      text-decoration:none;
    }
    #buttons a:hover {
      color:#817310;
    }