.expstickybar {
	position:fixed;
	color: white;
	padding: 5px;
	right:0; /*horizontally center bar in window*/
	left:0; /*horizontally center bar in window*/
	visibility:hidden;
	background-image:url(../images/footer-hg.jpg);
	background-repeat:repeat-x;
	z-index: 10000;
	width:auto; /*set width of bar to width of entire window*/
	height:50px;
	font-weight:bold;
}
.expstickybar a {
	color: white;
}

/* media querie handhelds less than 1024px */
@media screen and (max-width: 1024px) {
 .expstickybar {
height:50px;
}
}

/* media querie handhelds less than 1000px */
@media screen and (max-width: 1000px) {
 .expstickybar {
height:60px;
}
}


/* media querie handhelds less than 480px */
@media screen and (max-width: 480px) {
 .expstickybar {
height:70px;
}
}

/* media querie handhelds less than 375px */
@media screen and (max-width: 375px) {
 .expstickybar {
height:90px;
}
}
