body{
	margin:0;
	padding:0;
	margin-bottom:42px;
}
#logo{
	height:42px;
	width:100%;
	background: #DBDBDB;
}
#logo img{
	height:38px;
	padding:2px;
}

#feed-zone{
	;display: block;
	;float: left;
	;width:99%;
	
	font-size: 14px;
}
#feed-zone li img{
	margin-left:2px;
	margin-right: 2px;

}
#feed-zone li span{
	color:#878787;
}
#feed{
	
}
#feed-zone ul{
	width:100%;
	margin-left:-40px;
	
}
#feed-zone li{
	list-style-type: none;
	margin-bottom:5px;
	padding:4px;
	width:100%;
	vertical-align: middle;
}
#feed-zone li:not(:last-child){
	border-bottom:1px solid #E0E0E0;
}
#feed-zone a{
	color:#333333;
	text-decoration: none;
}
#feed-zone a:hover{
	color:#0000FF;
}


.s-img {
    float: left;
    line-height: 0;
    margin-right: 5%;
    overflow: hidden;
    max-width: 95px;
    text-align: center;
    width: 30%;
}

.s-text {
    width: 65%;
}
.left, .alignleft {
    float: left;
}
.relative {
    position: relative;
}
