body {
  	 /* fallback */ background-color: #FDFDFD; 
  	 background: url(images/linear_bg_2.png); 
  	 background-repeat: repeat-x; 
  	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDFDFD), to(#EEEEEE)); 
  	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #FDFDFD, #EEEEEE); 
  	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #FDFDFD, #EEEEEE); 
  	 /* IE 10 */ background: -ms-linear-gradient(top, #FDFDFD, #EEEEEE); 
  	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #FDFDFD, #EEEEEE);
  	margin:20px 0;
	width:600px;
  	padding:0;
  	text-align:center;
  	}
  	
h1 {
	text-indent: -999em;
	background: url(logo.png) no-repeat 0 0;
	width: 378px;
	height: 151px;
	margin: 10px auto 30px;
}

.main {
  	position:relative;
  	width:600px;
  	height:auto;
  	font: 10px verdana, sans-serif;
  	padding: 5px;
  	text-align: left;
  	}

#board {
  	position:relative;
  	border: 1px solid #CCCCCC;
  	margin:0px;
  	width: 600px;
  	height: 600px;
  	background: #FFF;
}

/*#load {
  	position:relative;
  	border: 1px dotted #000;
  	margin:0px;
  	width: 600px;
	height: 120px;
	background: blue;	
	}*/

.main td {
  	width: 20%;
  	height: 20%;
  	padding: 2px;
	text-align: center;
	font: 20px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#413c38;
	border: 1px solid #EEE;
  	}

#6 {
  	background: #0080c0;
  	}


a.reload {
	display:block;
	padding: 25px;
	/* fallback */ background-color: #0e8c8f; 
	background: url(images/linear_bg_2.png); 
	background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41a5a7), to(#0b8c8f)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #41a5a7, #0b8c8f); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #41a5a7, #0b8c8f); 
	/* IE 10 */ background: -ms-linear-gradient(top, #41a5a7, #0b8c8f); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #41a5a7, #0b8c8f);
	width: auto;
	text-indent: -999em;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button_text {
		display: block;
		background: url(reload.png) no-repeat 0 0;
		width: 291px;
		height: 29px;
		margin: 0 auto;
}
