body {
	margin:0;
	padding:0;
	background-color: #929697;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #929697 url(../images/splash-bg-img.jpg) top center no-repeat;
	
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font: 12px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	color: #373535;
	overflow:hidden
}

#bg-image {
	margin: 0 auto;
	padding:0;
	text-align: center;
	height: 640px;
	width: 1000px
}


a.fab-login {
	position:relative;
	left:0;
	float:left;
	margin: 37px 0 0 78px;
	padding: 0;
	width: 266px;
	height: 207px;
	background: url(../images/fab-sp-logo.jpg) top left no-repeat;
	text-decoration: none;
}

a.investia-login {
	position:relative;
	left:0;
	float:right;
	margin: 37px 45px 0 0;
	padding: 0;
	width: 329px;
	height: 207px;
	background: url(../images/investia-sp-logo.jpg) top left no-repeat;
	text-decoration: none;
}


a:hover.fab-login, a:hover.investia-login {
  background-position: 0 -207px;
}

.clear {
	clear: both;
}

h1.FAB-Express {
	clear: both;
	text-align: left;
	margin:63px 0 0 360px;
	padding:0;
	font: 27px "Arial", "Helvetica", "Verdana", "sans-serif";
	color:#74364a;
}

ul.FAB-Links {
	text-align: left;
	margin: 21px 0 0 366px;
	padding:0;
	list-style: none;
}

ul.FAB-Links li {
	/*margin: 0 0 8px 0;*/
	padding: 0;
}

a.link01 {
	display: block;
	margin: 0 0 9px 0;
	padding: 0;
	width: 291px;
	text-indent: -2000px;
	height: 30px;
	background: url(../images/sp-btn-01.jpg) top left no-repeat;
	text-decoration: none;
}

a.link02 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 291px;
	text-indent: -2000px;
	height: 30px;
	background: url(../images/sp-btn-02.jpg) top left no-repeat;
	text-decoration: none;
}

a.link03 {
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	width: 291px;
	text-indent: -2000px;
	height: 30px;
	background: url(../images/sp-btn-03.jpg) top left no-repeat;
	text-decoration: none;
}

a.link04 {
	display: block;
	margin: 0 0 11px 0;
	padding: 0;
	width: 291px;
	text-indent: -2000px;
	height: 30px;
	background: url(../images/sp-btn-04.jpg) top left no-repeat;
	text-decoration: none;
}

a.link05 {
	display: block;
	margin: 0;
	padding: 0;
	width: 291px;
	text-indent: -2000px;
	height: 30px;
	background: url(../images/sp-btn-05.jpg) top left no-repeat;
	text-decoration: none;
}


a:hover.link01,a:hover.link02,a:hover.link03,a:hover.link04,a:hover.link05 {
  background-position: 0 -30px;
}

/***********FOOTER CSS***********/

#footer {
	margin: 45px auto 0 auto;
	padding: 5px 0;
	width: 900px;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}

p.credit {
   margin: 0;
	padding: 0;
	font-size: 10px;
	color: #939798;
}

.credit a:link, .credit a:visited {
	font-weight: normal;
	color: #939798;
	text-decoration: underline;
}

.credit a:hover, .credit a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #939798;
	text-decoration: none
}

.credit a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}
	
