html, body {
          background: #000000;
          height: 99%;
          width: 99%;
          color : #000000;
          font-family : Arial, Helvetica, sans-serif;
          margin: 0;
          margin-left: 0;
          padding: 0;
          border: none
      }

#centpourcent {
          height: 99%;
          width: 99%;
          }

table {
          text-align : justify;
          font-family : Arial, Helvetica, sans-serif;
      }
td#player {
            background: #000000 url(player.jpg) repeat top;
            width: 265px;
            height: 35px;
      }