@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
	background-color: #333;
	font-size: 10px;
}
a {
	text-decoration: none;
	color:#fff
}

a:hover {
	color: #ECCF82;
}

#container {
	position: relative;
	height: auto;
	width: 955px;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slideshow {
    position:relative;
    height:468px;
}

#slideshow IMG {
	position:absolute;
	top:0px;
	left:0px;
	z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
#finslogo {
	height: 55px;
	width: 166px;
	position: absolute;
	left: 11px;
	top: 10px;
	z-index: 15;
}
#strip {
	height: 180px;
	background-color: #999;

}
#welcometo {
	position: absolute;
	top: 483px;
	left: 49px;
}
#Spencers {
	position: absolute;
	left: 690px;
	top: 531px;
	width: 256px;
	height: 113px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#footer p{
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	color: #999;
}
#footer p a {
	color: #FF0;
}
#id #twitter a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;

}
#details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	position: absolute;
	left: 50px;
	top: 563px;
	text-align: left;
	width: 371px;
	height: 58px;
}

