#mainpart .sc{
	height:1px;
}
#news_list p{
	padding:5px 0 5px 100px;
	background:url("../images/news_icon.gif") 80px 10px no-repeat;
}
@media screen and (min-width: 1200px){
	#pages{
		padding:5px 0 50px 60px;
	}
	#pages span{
		display:inline-block;
		padding:0 20px;
	}
}
@media screen and (max-width: 1200px){
	div#news_list p{
		padding:5px 0 5px 30px;
		background:url("../images/news_icon.gif") 10px 10px no-repeat;
	}
	#pages{
		text-align:center;
		margin:0 0 30px 0;
	}
	#pages span{
		display:inline-block;
		padding:0 5px;
	}
}