      body { 
	text-align: center;
	background-color: #eeeeee;
      }
	  
	  #mainboard {
	  width: 25%;
	  height: 30%;
	  }
	  
	  #mainboard td {
	  border: 1px solid;
	  width: 30%;
	  }

    div.centered 
    {
        text-align: center;
    }
    div.centered table 
    {
        margin: 0 auto; 

    }

  .boardbutton
    {
		width: 100%;
		height: 100%;
        font-size:100%;
        font-family: "Comic Sans MS",Arial,Verdana;
        text-align: center;
    }

     table .newgamecell {
        height:45px;
        width:200px;
     }

	#noticesection
	{
		  width: 25%;
	}
	 
    table .mynoticetablecell {
        background-color: #ffffff;
        text-align: center;
        border-color: #000000;

      }
	  
.newgamebutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 0px solid #121212;
    border-radius: 15px;
    background: #5a5a5a;
    background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#121212));
    background: -moz-linear-gradient(top, #5a5a5a, #121212);
    background: linear-gradient(to bottom, #5a5a5a, #121212);
    text-shadow: #090909 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.newgamebutton:hover,
.newgamebutton:focus {
    background: #6c6c6c;
    background: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), to(#161616));
    background: -moz-linear-gradient(top, #6c6c6c, #161616);
    background: linear-gradient(to bottom, #6c6c6c, #161616);
    color: #ffffff;
    text-decoration: none;
}
.newgamebutton:active {
    background: #121212;
    background: -webkit-gradient(linear, left top, left bottom, from(#121212), to(#121212));
    background: -moz-linear-gradient(top, #121212, #121212);
    background: linear-gradient(to bottom, #121212, #121212);
}