@charset "UTF-8";
#body-background {
	background-origin: content;
	-moz-background-origin: content; 
	background-attachment: fixed;
	background-image: url(../images/sbc_bg.png);
	background-size: cover;
	-moz-background-size: cover; 
	background-repeat: no-repeat; 
	margin: 0px; 
	padding: 0px; 
	z-index: 0;
}

#container {
	background-color: transparent;
	background-image: url(../images/bkg_trans.png);
	background-repeat: repeat;
	height: 744px;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	top: 24px;
	left: 144px;
	position: absolute;
	border: none;
	z-index: 2;
}

#divider1 {
	background-image: url(../images/bkg_checks.png);
	background-repeat: repeat-x;
	height: 6px;
	width: 752px;
	top: 369px;
	left: 24px;
	position: absolute;
	z-index: 5;
}

#foot {
	background-color: #330000;
	height: 432px;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	top: 768px;
	left: 144px;
	position: absolute;
	border: none;
	z-index: 200;
}

#foot-text {
	background-color: transparent;
	height: 384px;
	width: 282px;
	top: 24px;
	left: 72px;
	position: absolute;
	border: none;
	z-index: 200;

}

#foot-text2 {
	background-color: transparent;
	height: 384px;
	width: 282px;
	top: 24px;
	left: 400px;
	position: absolute;
	border: none;
	z-index: 200;

}

#head {
	background-color: #663333;
	height: 24px;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	top: 0px;
	left: 144px;
	position: fixed;
	border: none;
	z-index: 200;
}

#sbc-logo {
	background-color: transparent;
	background-image: url(../images/sbc_logo_trans.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 240px;
	margin-top: 0px;
	margin-left: 0px;
	top: 65px;
	left: 54px;
	position: absolute;
	border: none;
	z-index: 200;
}

#sbc-text{
	background-color: transparent;
	height: 240px;
	width: 376px;
	top: 65px;
	left: 376px;
	position: absolute;
	border: none;
	z-index: 200;

}

#scs-logo {
	background-color: transparent;
	background-image: url(../images/scs_logo_trans.png);
	background-repeat: no-repeat;
	height: 214px;
	width: 300px;
	margin-top: 0px;
	margin-left: 0px;
	top: 449px;
	left: 24px;
	position: absolute;
	border: none;
	z-index: 200;
	
}

#scs-text{
	background-color: transparent;
	height: 240px;
	width: 376px;
	top: 423px;
	left: 376px;
	position: absolute;
	border: none;
	z-index: 200;

}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	font-style: italic;
	font-weight: lighter;
	color: #000;
	line-height: 20pt;
}

.link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #000;
	line-height: 12pt;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 15pt;
}

.footer-headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	color: #CC9;
	line-height: 18pt;
}

.footer-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #CC9;
	line-height: 12pt;
}