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 #C00;
	padding: 4px;
}
th {
	background-color: rgba(204,0,0,0.5);
	color: #FFF9e5;
}
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;
	margin: 0 auto;
}
.menu {
	width: 750px;
	height: 160px;
	background: url(../images/bg_02.png) no-repeat;
	margin-top: 540px;
	padding: 2px 75px 44px;
 }
.menu img {
	margin: 0 10px;
	cursor: pointer;
 }
.content {
	width: 760px;
	background: url(../images/bg_03.png) repeat-y;
	padding: 10px 70px 40px;
 }
.banner {
	margin: 18px 0px;
 }
.register {
	margin: 18px 0 18px 166px;
 }
.top {
	text-align: center;
 }
