body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg_01.jpg) center 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
img, a img {
	border: none;
}
table, td, th {
	border-collapse: collapse;
	border: 1px solid #b30000;
	padding: 4px;
}
th {
	background-color: rgba(255,178,178,0.2);
}
li {
    margin: 0 0 0 -8px;
}
a:link {
	color: #1262B3;
	text-decoration: none;
}
a:visited {
	color: #1262B3;
	text-decoration: none;
}
a:hover {
	color: #B30000;
	text-decoration: none;
}
a:active {
	color: #B30000;
	text-decoration: none;
}
.txt_red {
	color: #b30000;
}
.page {
	width: 920px;
	margin: 0 auto;
}
.header {
	width: 880px;
	height: 246px;
	padding: 304px 20px 0;
}
.gameIcon {
	margin: 40px;
 }
.menu {
	width: 800px;
	height: 60px;
	background: url(../images/bg_02.png) no-repeat;
	padding: 42px 60px 0;
 }
.menu img {
	margin: 0 3px;
	cursor: pointer;
 }
.content {
	width: 760px;
	background: url(../images/bg_03.png) repeat-y;
	padding: 10px 80px 50px;
 }
.subMenu {
	width: 600px;
	height: 120px;
	background: url(../images/bg_04.png) no-repeat;
	margin: -10px 20px 20px;
	padding: 0 60px;
 }
.subMenu img {
	margin: 0 10px;
	cursor: pointer;
 }
.top {
	text-align: center;
 }
