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.5);
}
td {
	text-align: center;
}
li {
    margin: 0 0 0 -8px;
}
a:link {
	color: #1262B3;
	text-decoration: none;
}
a:visited {
	color: #1262B3;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
.txt_red {
	color: #C00;
}
.page {
	width: 900px;
	background: #bfbfbf url(../images/bg_02.png) no-repeat;
	margin: 526px auto 0px;
}
.menu {
	width: 820px;
	height: 100px;
	padding: 10px 40px 0px;
 }
.menu img {
	margin: 0px;
	cursor: pointer;
 }
.content {
	width: 760px;
	padding: 10px 70px 40px;
 }
.banner {
	margin: 13px 0px 13px -5px;
 }
.register {
	margin: 64px 0px 64px 90px;
 }
.top {
	text-align: center;
 }
