.leftFrame {
	background-repeat: repeat-y;
	background-position: left;

}
.rightFrame {
	background-repeat: repeat-y;
	background-position: right;
}
.top {
	background-repeat: repeat-x;
	background-position: top;
}
.bottom {
	background-repeat: repeat-x;
	background-position: bottom;
}
