@charset "utf-8";
body {
	background-color: #000;
	text-align: center;
	color: #FFF;
	background-image: url(../images/blkbg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.maintable  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 600px;
	width: 1000px;
	vertical-align: middle;
}
td {
	width: 144px;
	text-align: center;
	vertical-align: middle;
	height: 268px;
	padding: 10px;
}


a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-align: center;
}
