#container{
	position:relative;
	width:994px;
	margin:-8px auto 25px;
	padding-bottom: 10px;
	margin-left:-8px;
}
.grid{
	width:188px;
	min-height:100px;
	padding: 20px;
	background:#EEEEEE;
	margin:8px;
	font-size:12px;
	float:left;
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
}/**һ���ز���www.16sucai.com**/
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
	background:url(images/loding.gif) no-repeat center;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;
	}
}