
div#wibsitebanner
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 18px;
	background: #525252;
	color: #CCC;
	font-size: 10px;
	padding: 0.2em 0.2em 0.2em 3em;
	text-align: left;
}
* html div#wibsitebanner
{
	width: 96%;
}
div#wibsitebanner a
{
	color: #CCC;
	text-decoration: none;
}
body
{
	padding-top: 18px;
}

