@charset "utf-8";
body {
	background-color: #e33535;
	background-image: url(image/fade.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#main {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#main #logo {
	text-align: left;
}
#main #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .index_vid {
	width: 160px;
	height: 120px;
	display: inline-block;
}
#main .index_vid .play_vid {
	background: url(/image/play.png);
	cursor: pointer;
	width: 160px;
	height: 120px;
}
#main .index_vid .play_vid:HOVER {
	background-position: 0px -121px;
}
#main #free_vid {
	text-align: center;
}
#main #free_vid #player {
	padding: 10px;
	border: 1px solid #fff;
	background: url(/image/player.png);
	display: inline-block;
}
#main h1 {
	font-size: 28px;
	color: #FFF;
	text-align: center;
}
#main #chl {
	font-size: 24px;
	color: #FFF;
}
.perf_img {
	width: 280px;
	height: 210px;
	padding: 10px;
	border: 1px solid #fff;
	background: url(/image/player.png);
	margin: 5px;
}
