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;
}
.txt_big {
	font-size: 18px;
}
.page {
	width: 880px;
	margin: 0 auto;
}
.film {
	width: 512px;
	height: 288px;
	margin: 246px auto 0;
	position: relative;
}
.film iframe, .film img {
	position: absolute;
}
.film img {
	pointer-events: none;
}
.menu {
	width: 880px;
	height: 106px;
}
.menu img {
	margin: 0 10px;
	cursor: pointer;
}
#menuA {
	margin: 1px 0 9px 124px;
}
#menuB {
	margin: 1px 0 9px -8px;
}
.menu .btn {
	margin: 1px 0 9px 9px;
}
.content {
	width: 680px;
	background: url(../images/bg_02.png) no-repeat, url(../images/bg_03.png) repeat-y 0 154px;
	padding: 20px 100px 40px;
}
.banner {
	margin: 18px 0px;
}
.register {
	margin: 18px 0 18px 166px;
}
.top {
	text-align: center;
}
