#hellobar-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#hellobar {
	position: relative;
	z-index: 1000;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 8px;
	margin: 0 0 -8px;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: url('../images/hellobar.png') 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
#hellobar a, #hellobar a:link, #hellobar a:visited {
	color: #6cf;
	text-decoration: underline;
}
#hellobar a.hellobar-close, #hellobar a.hellobar-close:link, #hellobar a.hellobar-close:visited {
	position: absolute;
	z-index: 10;
	display: block;
	overflow: hidden;
	top: 4px;
	right: 5px;
	width: 23px;
	height: 0;
	padding: 23px 0 0;
	background: url('../images/hellobar.png') 0 -38px;
}
#hellobar a.hellobar-close:hover { background-position: 0 -61px; }
#hellobar a.hellobar-close:active { background-position: 0 -84px; }
#hellobar-wrapper a.hellobar-open, #hellobar-wrapper a.hellobar-open:link, #hellobar-wrapper a.hellobar-open:visited {
	position: absolute;
	z-index: 100;
	display: block;
	overflow: hidden;
	top: -40px;
	right: 5px;
	width: 48px;
	height: 0;
	padding: 40px 0 0;
	background: url('../images/hellobar.png') 0 -107px;
}
#hellobar-wrapper a.hellobar-open:hover { background-position: 0 -147px; }
#hellobar-wrapper a.hellobar-icon, #hellobar-wrapper a.hellobar-icon:link, #hellobar-wrapper a.hellobar-icon:visited {
   position: absolute;
   top: 4px;
   left: 20px; 
}
