.expstickybar{
	position:fixed;
	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(Rose%20bg%20alt2.png);
	color: #FFF;
}

.expstickybar a{
color: white;
}
body div table tr td {
	color: #FFF;
}
