
#header   {
       margin: 0 auto;
      }
      
#date   {
       margin: 15px auto;
        }   
  
#gamecenter   {
       margin: 5px auto;
      }         
             
.table {
       margin: 2px auto;
       border-spacing: 5px 0;
       } 
       
.table td   {
       width: 200px;
       height: 25px;
       text-align: center;
       vertical-align: middle;
       border-right: 2px Solid #ff6600;
       border-left: 2px Solid #ff6600;
       
       }

.table tr:first-child td{
                     border-top: 2px Solid #ff6600;
                     }
                     
.table tr:last-child td{
                     border-bottom: 2px Solid #ff6600;
                     }                     


          