.expstickybar{
position:fixed;
color: #eeeeee;
padding: 5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background: #000000;
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
font-family:Tahoma, Geneva, sans-serif;
font-size:0.687em;
opacity:0.8;
filter:alpha(opacity=80);
}

.expstickybar a{
color: white;
}
