.ht {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.tile {
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
}

.hb {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Vl {
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.Vr {
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
