.expstickybar{
position:fixed;
color: white;
padding: 5px;
right:30%; /*horizontally center bar in window*/
left:30%; /*horizontally center bar in window*/
visibility:hidden;
filter: alpha(opacity=50);
opacity: 0.8;
background: #145a9c; /*#3C5A98*/
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
font-weight:bold;
}

.expstickybar a{
color: white;
font-weight:bold;
}

/*
.expstickybar{
position:fixed;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.6;
padding: 4px;
width:900px; left:50%; margin-left:-370px;
visibility:hidden;
background: #145a9c;
z-index: 10000;
font-weight:bold;
}

.expstickybar a{
color:red;
}
*/