body {
	background-attachment: fixed;
	background-image: url(images/large_ghosted_b.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.logo {
	position: absolute;
	left: 140px;
	top: 260px;
	height: 90px;
	width: 250px;
	background-image: url(images/small_sbo_logo.gif);
	background-repeat: no-repeat;
	visibility: visible;
}


.linebox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	left: 40%;
	top: 20%;
	right: 30%;
	height: 260px;
	width: 400px;



}
.lineboxabovelogo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	top: 240px;
	width: 250px;
	left: 150px;


}
.linebelowlogo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	position: relative;
	top: 18.5em;
	width: 100%;
	left: 150px;
	visibility: visible;
	border-bottom-style: solid;
	right: 5%;



}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FF9933;
	position: relative;
	left: 0px;
	top: -25px;
	width: 350px;



}
.linkbox {
	background-attachment: scroll;
	background-image: url(images/border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	height: 350px;
	width: 100px;
	top: 100px;

}
.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	position: relative;
	width: 688px;
	top: 24em;
	left: 2%;
}
