.top {
	background-image: url(Image/top.gif);
	background-repeat: repeat-x;
}
.top-left {
	background-image: url(Image/top-left.gif);
	background-repeat: no-repeat;
}
.top-right {
	background-image: url(Image/top-right.gif);
	background-repeat: no-repeat;
}
.right {
	background-image: url(Image/right.gif);
	background-repeat: repeat-y;
}
.left {
	background-image: url(Image/left.gif);
	background-repeat: repeat-y;
}
.down-left {
	background-image: url(Image/down-left.gif);
	background-repeat: no-repeat;
}
.down-right {
	background-image: url(Image/down-right.gif);
	background-repeat: no-repeat;
}
.down {
	background-image: url(Image/down.gif);
	background-repeat: repeat-x;
}
