*{margin:0;padding:0;}
html, body, #page {height: 100%;}

body > #page {height: auto; min-height: 100%;}
#container {padding-bottom: 70px;}
#footer {position: relative;margin-top: -70px; height: 70px;clear:both;} 
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}
body{;font:13px/1.3 "Î¢ÈíÑÅºÚ", "ºÚÌå";}
#page,#footer_inner{margin:0 auto;width:960px;}
h1#logo{background:url('../img/logo.jpg') no-repeat 50% 25px;overflow:hidden;height:93px;padding: 25px 0;}
h1#logo a{display:block;text-indent:-9999px;height:93px;}
#container{margin:0 auto;}
#container h2 {font-weight:normal;line-height:28px;}
#container p{padding:10px 0;}
.credit{text-align:center;padding: 20px 0 100px;font-size:10px;}
a, a:visited {text-decoration:none; text-decoration:none;outline:none;color:#f0d488;}
a:hover{text-decoration:none;}
#footer{background-color:#c1c1c1;width:100%;}
#footer h2{font-size:18px;font-weight:normal;height:70px;line-height:70px;font-family:"Microsoft Yahei";color:#eee;}
#footer_inner{position:relative;}
#footer a.tzine,a.tzine:visited{color:#FCFCFC;font-size:12px;line-height:70px;position:absolute;top:0;right:0;width:90px;}
.demotips{margin:0 auto;text-align:center;font-size:25px;}
.demotips a{margin:0 10px;}
/*-ºËÐÄ´úÂë-*/
/* Menu style */
	#timeline {
	width: 960px;
	height: 350px;
	overflow: hidden;
	margin: 30px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
	background-color: #39153b;
	}
		#dates {
			width: 960px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 170px;
				height: 50px;
				font-size: 14px;
				font-family:"Î¢ÈíÑÅºÚ";
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
				color: #FFF;
			}
				#dates a {
					line-height: 25px;
					padding-bottom: 10px;
					color:#FFF;
				}
				#dates a:hover{
					line-height: 25px;
					padding-bottom: 10px;
					color:#FFF;
				}
				#dates .selected {
			        font-size: 20px;
				}
		
		#issues {
			width: 960px;
			height: 350px;
			overflow: hidden;
		}	
			#issues li {
				width: 960px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
					border:#333 3px solid;
				}
				#issues li h1 {
					color: #ffbd55;
					font-size: 28px;
					margin: 20px 0;
					padding:8px;
					background:#333
				}
				#issues li p {
					font-size: 14px;
					margin-right: 30px;
					line-height: 22px;
					font-family:"Î¢ÈíÑÅºÚ";
					color:#FFF

				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
			}
			#grad_right {
		        right: 0;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
