
.right {
	background-image: url(images/tuff_09.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.top {

	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottom {


	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
}