/* 全局控制 */
/*
comment style by AiorosLee#9you.com 2010-5-12
version number 1.0.0
*/
/*Reset Css by YUI*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

body{font:12px/1.75 "宋体",arial,sans-serif; background:#000; color:#333; overflow-x:hidden;}
fieldset{display:inline;}
button{line-height:1.2;vertical-align:middle;cursor:pointer;}
strong{font-weight:800;}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
}

/* 页面容器 */
#container {
	width:100%;
	margin:0 auto;
	background:url(../images/index/mainbg1.jpg) repeat-x;
}
/* 页眉部分 */
#header {
	width:100%;
	height:30px;
	background:#000;
	margin:0 auto;
	border-bottom:#656565 solid 2px;
}
/* 页眉导航 */
.navi {
	width:100%;
	height:22px;
	padding-top:5px;
	margin-right:0;
	text-align:right;
	_font-size:0;
	_line-height:0;
}
.navi ul {
	margin:0;
	padding:0;
}
.navi ul li {
	height:22px;
	list-style-type:none;
	margin-right:10px;
	_display:inline;
	margin-bottom:0;
	float:right;
}
/* 页面内容 */
.content {
	margin:0 auto;
	text-align:center;
	background:url(../images/index/mainbg2.jpg) top center no-repeat;
}

.number { color:#FF6; font-size:40px; font-weight:bold; padding:0px; margin:0px; line-height:39px; }

/* 页脚部分 */
.footer {
	width:100%;
	height:36px;
	margin:0 auto;
	background:url(../images/index/copyright.jpg) no-repeat center #000;
	border-top:#646464 solid 1px;
	border-bottom:#646464 solid 1px;
}