body, html {
    background-image: url("images/GnR_WonB.jpg");

    height: 100%;
    margin: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#myCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
 }

table {
    width: 100%;
    text-align:center;
    border-color:lightgray;
    border-style:solid;
    border-width:1pt;
    background: #ffffff no-repeat;
 }

table td {
  border-color:lightgray;
  border-style:solid;
  border-width:1pt;
 }

