.box {
	margin: 0px;
	padding: 0px;
	background-image:url(../../img/sohbet/contentright.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#383838;
	position:relative;
}

.box .main {
	background-image:url(../../img/sohbet/contentleft.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.box .foot {
	position: relative;
	height: 12px;
	background-image:url(../../img/sohbet/footercenter.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
.box .top {
	position: relative;
	background-image:url(../../img/sohbet/headercenter.jpg);
	background-repeat: repeat-x;
	height: 11px;
	margin: 0px;
	padding: 0px;

}
.box .top .l {
	position: absolute;
	height:9px;
	width: 11px;
	left: 0px;
	top: 0px;
	background-image:url(../../img/sohbet/headerleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.box .top .r  {
	position: absolute;
	height: 9px;
	width: 11px;
	top: 0px;
	background-image:url(../../img/sohbet/headerright.jpg);
	background-repeat: no-repeat;
	right: 0px;
	background-position: right top;
}
.box .main .content {
	padding:0 12px 0 12px;
}

.box .foot .l {
	background-image:url(../../img/sohbet/footerleft.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 11px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: left bottom;
}


.box .foot .r {
	background-image:url(../../img/sohbet/footerright.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 11px;
	position: absolute;
	bottom: 0px;
	background-position: right bottom;
	right: 0px;
}
* {
	margin: 0px; 
	padding: 0px;
}


.box_content
{
	padding:3px 13px 0 12px;
	position:relative;
	margin-top:-18px;	
}
	



