body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	background:url(intro/back.jpg);
}

.top {
    display: none;
	height:30px;
	background:#f0f0f0;
	color:#5b5b5b;
	border-bottom:#cacaca solid 1px;
	padding:5px;
	text-align:center;
	z-index:1366;
}

.link{
	background:url(intro/bg.png) no-repeat center;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	border-top:#cbf808 solid 4px;
	text-align:center;
	z-index:1366;
	display:block;
}
.main{
	background:url(intro/center.png) no-repeat center;
	width:100%;
	height:464px;
	position:absolute;
}

.bottom{
	background:url(intro/1.png) no-repeat center #797979;
	position:absolute;
	bottom:0;
	border-top:#daf4ff solid;
	height:20%;
	width:100%;
	margin:0px;
	text-align:center;
}
.menu-warp{
	position:absolute;
	bottom:20%;
	width:100%;
	text-align:center;
}
.menu{
	width:400px;
	margin-right:auto;
	margin-left:auto;
}

body,td,th {
	color: #ffffff;
}
a:link{
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #666;
	text-decoration: none;
}

.menu-warp p{
	line-height:50px;
	font-size:12px;
	font-weight:bold;
	float:right;
	width:100px;
	height:45px;
	background:url(intro/menu_bg.png) no-repeat center;
	margin:0px;
}
.menu-warp p:hover{
	width:100px;
	height:45px;
	background:url(intro/menu_bg2.png) no-repeat center;
	color:#FFF;
}
.menu-warp a:hover{

}
.footer{
	position:absolute;
	bottom:0;
}
