.body{
	max-width:100%;
	margin:auto;
	min-height:100%;
	background:url("../../../images/bg.png") repeat center top;
	position:fixed;
}


.list_ul{
	margin:10px 5px;
	overflow:hidden;
}

.list_ul a{
	color:#666;
	background:transparent;
	border-radius:8px;
	-webkit-box-shadow:1px 2px 1px rgba(0,0,0,0.3);
	padding:10px 0;
	margin:5px;
	color:#666;
}
.list_ul figcaption p{
	font-size:14px;
	color:#4D4D4D;
}
.list_ul figure div{
	display:inline-block;
	margin:8px auto;
	width:40px;
	height:40px;
	border-radius:70px;
	border:0px solid transparent;
	overflow:visible;
	-webkit-box-shadow:0 0 3px #ccc;
	box-shadow:0 0 0px transparent;
}
.list_ul li{
	display:inline-block;
	width:33%;
	float:left;
	text-align:center;
	-webkit-box-sizing:border-box;
}
.list_ul li img{
	width:100%;
	min-height:100%;
}