/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0
}
body {
	font-size:12px;
	font-family:"ËÎÌå",sans-serif;
	text-align:left;
}
#wapper {
	width: 950px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:link,a:visited,a:active {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
.more1 {
	font-size:12px;
}
.date {
	color:#999;
}
.red {
	color:#900;
}
.green {
	color: #009900;
}
.wh {
	color:#fff;
}
.blod {
	font-weight:bold;
	font-size:17px;
}
.link_red a{
	color:#FF6600;
	font-weight:bold;
}
.gray_bg {
	background:#ccc;
}
.red_bg {
	background:#900;
}
.blue {
	color: #03c;	
}
.text_p {
	text-indent:2em;
	line-height:150%;
}


.pic_center {
	width:100%;
	height:100%;
  	overflow:hidden;
  	position:relative;
  	display:table-cell;
  	text-align:center;
  	vertical-align:middle;
}
.pic_center p {
	position:static;
  	+position:absolute;
  	top:50%;
}
.pic_center img {
	position:static;
  	+position:relative;
  	top:-50%;
	left:-50%;
}