.background {
	background-repeat: repeat-x;
	background-position: bottom;
}
.border {
	border: thin ridge #000000;
}
.background2 {
	background-repeat: repeat-y;
	background-position: center;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
