@charset "utf-8";
body {
	background: url(../img/bg.jpg) no-repeat center ;
	background-position:top;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align:center;
}

img{
	border:none;
}

img, div, input { 
	behavior: url("style/iepngfix.htc") 
}

a{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover{
	color: #FFFF66;
	text-decoration:underline;
}
a:visted{
	color: #CC99CC;
	font: bold;
}

.w960{
	width: 960px;
	margin: auto;
	text-align: left; 
}

/* 头部样式开始 */
.header{
	padding-top: 10px;
	height: 80px;
} 

.header #logo{
	float: left;
	padding: 0 10px 0 15px;
}

.header #toplinks{
	float: right;
	padding: 0 5px 0 0;
	text-align: center;
	margin-top: -10px;
	line-height: 30px;
}

.header #toplinks img{
	vertical-align: bottom;
}

.header #login{
	margin: 30px 10px 0 0;
	text-align: right;
	height: 25px;
}

.input_txt{
	height: 18px;
	line-height: 18px;
}

.login_submit{
	margin: 0 0 0 10px;
	width: 58px;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	background: url(../img/login.gif) no-repeat center;
	vertical-align: middle;
}

/* 头部菜单样式开始 */
.menu{
	line-height: 40px;
	text-align: center;
}

.menu ul {
	background:url(../img/menu_bg.gif) repeat-x;
	float: left;
	list-style: none;
	margin-left: 20px;
	padding-right: 25px;
}

.menu ul li {
	float: left;
	margin: 0 30px 0 30px;
}

/* Banner样式开始 */
.banner{
	float: left;
	height: 350px;
	margin: 0;
}

/* 中部样式开始 */	
.mainContent {
}

.mainContent #about{
	float: right;
}

.indexlistbox{
	width: 610px;
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
}

.indexlisttab{
	list-style: none;
	margin-left: -30px;
}

.indexlisttab li{
	margin: 0 10px 0 0;
	display: inline;
}

.indexlisttab li.on a{
	font-size: 14px;
	font-weight: bold;
}

.indexlist{
	background:url(../img/index_bg_list.png) no-repeat;
	height: 250px;
}

.indexlist ul{
	list-style: none;
	padding-top: 10px;
}

.indexlist li{
	margin: 7px 0 0 0;
}

.indexmovie{
	float: left;
	background: #FFFFFF;
	filter:alpha(opacity=40); /* IE */ 
	-moz-opacity:0.4; /* Moz + FF */ 
	opacity: 0.4; 
	height: 110px;
	width: 610px;
	margin: 0 0 0 10px;
	color: #990066;
}

.indexmovie li{
	float: left;
	list-style: none;
}

.indexmovie #movie_preview{
	width: 118px;
	height: 70px;
	border: 1px solid #990099;
	margin: 3px 20px 0 0;
}

.indexmovie #movie_name{
	margin: 2px auto;
}

.quicklinks{
	float: left;
	background: url(../img/index_quicklinks_bg.png) no-repeat center;
	height: 220px;
	width: 960px;
}

/* 底部样式开始 */
.footer {
	float: left;
	background: url(../img/foot.png) no-repeat center;
	height: 140px;
	width: 100%;
	padding: 10 10px;
	text-align: center;
} 

.footer #copyright{
	margin: 95px;
}
