سلام، ممنون بابت راهنماییتون

یک چیزی که یاد گرفتم از یک نفر باید از کلاس .item برای اینکار استفاده بشه. امتحانی انجام دادم درست شد اما یک مشکلی دارم.

من 4 طرف مطالب را عکس گذاشت ( گوشه ها، و قسمت متصل شوندشون که ریپیت میشه ). چطوری تنظیم کنم این دستور item را که این عکسام برای هر مطلب تنظیم بشن.

کد css مطالبم اینه:

کد:
.content{
	width:734px;
	height:auto;
	font-size:12px;
	text-align:right;
	margin: 0px 0px 0px 20px;
	float:left;
	direction:rtl;
}

.content #post, .contentpaneopen{
	width:726px;
	height:auto;
	font-size:12px;
	text-align:right;
	color:#333;
	margin-left:4px;
	margin-top:7px;
	margin-bottom:-20px;
	line-height:19px;
	direction:rtl;
}

.content #tr{
	background:url(../images/con_tr.png) right no-repeat;
	width:12px;
	height:17px;
	float:right;
	margin:0px 0px 0px 0px;
}

.content #tl{
	background:url(../images/con_tl.png) left no-repeat;
	width:12px;
	height:17px;
	float:left;
	margin:0px 0px 0px -2px;
}

.content #trep{
	border-top: 1px solid #909090;
	width:712px;
	height:17px;
	float:left;
	margin:0px 0px 0px 0px;
}

.content #kr{
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin:-1px 0px 0px -2px;
}

.content #bl{
	background:url(../images/con_bl.png) left no-repeat;
	width:12px;
	height:14px;
	float:left;
	margin:0px 0px 0px -2px;
}

.content #br{
	background:url(../images/con_br.png) right no-repeat;
	width:12px;
	height:14px;
	float:right;
	margin: 0px 0px 0px 0px;	
}

.content #breap{
    border-bottom: 1px solid #909090;
	width:712px;
	height:14px;
	float:left;
	margin:-1px 0px 0px 0px;
}

.content #krepl{
	background:url(../images/con_krepl.png) repeat-y left;
	width:2px;
	float:left;
	margin:0;
}

.content #krepr{
	background:url(../images/con_krepr.png) repeat-y right;
	height:2px;
	float:right;
	margin:0;
}

.content #title , .contentheading{
	width:726px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	float:left;
	margin-left:4px;
	margin-top:-20px;
}