body {
	background-color: #4081d0;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

.main_link, .main_link:visited {
	text-decoration: none;
	color: black;
}

.main_link:hover {
	color: #ed3410;
}

#index_table {
	width: 100%;
}

#bar {
	background-image: url('images/rule.jpg');
	height: 8px;
}

#index_title {
	font-size: 2.2em;
	text-align: center;
	color: #ed3410;
}

#index_table .center {
	text-align: center;
}

#top_right_table {
	width: 100%; 
	margin: 0;
	font-size: 1.2em;
}

#top_info{
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

#bottom_info {
	text-align: left;
	font-size: 0.7em;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

#hand_table {
	width: 450px;
	height: 277px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/hands.png');
	background-repeat: no-repeat;
}

#hand_table td {
	padding: 0;
}