/* CSS Document */

#news{min-height:400px;
	width: 100%;}
	
	
#news .table td{
	background-image: url(lin.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #514648;
}
#news .table td.end{
	background-image: none;
}