*{ 
	margin:0;
	padding:0; 
	list-style:none; 
	font-family:"Microsoft YaHei";
	font-size:13px;
}
html,body{
	width:100%; height:100%; 
	background:url("../images/320.JPG");
	background-position:center 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
}
#mine{
	width:1000px;
	background:url("../images/bg.jpg");
	margin:50px auto;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	overflow:hidden;
	padding-bottom:50px;
	padding-top:10px;
}
#mine .mine{
	margin-left:60px;
	margin-top:10px;
}
.wsztlogo{
	margin:0 auto;
	text-align:center;
	padding:15px;
	font-size:17px;
	color:#6D4832;
	font-weight:600;
	height:30px;
	line-height:30px;
}
#mine ul li{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	float:left;
}
#mine ul li img{
	width:161px;
	height:60px;
	border:none;
}
#mine ul li p{
	width:161px;
	text-align:center;
	height:24px;
	line-height:24px;
}
#mine ul li p a{
	text-align:center;	
	height:24px;
	line-height:24px;
	text-decoration:none;
	color:#000;
	display:block;
}	