.leftBG {
	position: absolute;
	z-index: -1;
	width: 50%;
	left: 1px;
	top: 1px;
	background-image: url(images/sbcleft2.png);
	background-repeat: no-repeat;
	background-color: #272c25;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 50%;
	bottom: 1px;
}
.rightBG {
	position: absolute;
	z-index: -1;
	width: 50%;
	left: 50%;
	top: 1px;
	background-image: url(images/sbcright.png);
	background-repeat: no-repeat;
	background-color: #272c25;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 1%;
	bottom: 1px;
	background-position: right top;
}
.designBy {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #9D0000;
}
.creditName {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #CCC;
}
.smallstuff {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 4px;
	color: #000000;
}