body {
	text-align: center;
	min-width: 800px;
	font-family: sans-serif;

}

table.game
{
   background-image: url(img/background.jpg);
}

#wrapper {
	margin:0 auto;
	width:800px;
	text-align: left;
} 

.game_area {
   border:none;
   text-align:center;
   width:800px;
   border-collapse:collapse;
}
.game_area td{
   height: 52px;
   width: 30%;
   text-align: center;
   border-left: 1px solid;
   border-right: 1px solid;
}

.err_area {
   border:none;
   text-align:center;
   width:800px;
   border-collapse:collapse;
}
.err_area td{
   height: 52px;
   text-align: center;
}

#err_div{
   font-family: sans-serif;
   color: red;
   font-size: 2em;
   text-align: center;
   width: 800px;
}

.main{
   font-family: sans-serif;
}

div.footer{
   background-image: url('img/footer.jpg');
   width: 800px;
   height: 34px;
   vertical-align: middle;
   text-align: center;
}

p
{
   font-family: sans-serif;
   font-size: 0.8em;
}

.main_small{
   font-family: sans-serif;
   font-size: 0.8em;
   color:white;
}


a.main_small:link, a.main_small:visited {
	color: white; text-decoration: none;
	font-weight: bold;
}

a.main_small:hover {
	color: #00b9e7;	text-decoration: none;
	font-weight: bold;
}

