.expstickybar{
	position:fixed;
	color: white;
	padding: 5px;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	z-index: 10000;
	width:auto; /*set width of bar to width of entire window*/
	font-weight:bold;
	background-image: url(../images/blacklight.png);
}

.expstickybar a{
color: white;
}
.bottomlink {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif;
	font-size: 13px;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	line-height: 20px;
}
.imgbo {
	border: 5px solid #FFF;
}
