   body {
      font-family: Arial, sans-serif;  
   }
   .board {
	   position: relative;
      width: 800px;
      height: 400px;
      text-align: center;
      padding: 10px;
	   left: 100x;
		//top: 150px;
		//background: rgb(137, 137, 137);
     border-radius: 25px;
	  border: solid black;
	  border-width: 1px;

	}
	.tile
	{
	   position: absolute;
      //background: rgb(215,228, 188);
      width: 20px;
	   height: 20px;
	  // border: solid black;
	   //border-width: 1px;
	   x: 0;
	   y: 0;
	}  
   .info
	{
	   position: absolute;
	   left: 850px;
	   top: 50px;
	}   
	.tileInfo
	{
	   position: absolute;
	   width: 100px;
	   height: 100px;   
	   border: solid black;
	   border-width: 2px;
	}