.testi {
	background-image: url("middle.png");
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #ecebe8;
	border: 0px dotted #000; 
	width: 282px;
	overflow: hidden;
	padding: 10px;
	background-repeat: repeat-y;
}

.top {
	width: 282px; 
	height: 21px;
	background-image: url("top.png");
	background-repeat: no-repeat;
}

.bottom {
	width: 282px; 
	height: 21px;
	background-image: url("bottom.png");
	background-repeat: no-repeat;
}