#board{
    width:512px;
    height:512px;
    border:solid thick gray;
    position:relative;
    padding:0px;
  }
.piece{
    width: 64px;
    height: 64px;
    position: relative;
    float: left;
}  