#footerbanner {
	width: 100%;
	top: 50px;
	margin: auto;
	height: 84px;
	position: fixed;
	text-align: center;
	z-index: 99;
	right: 0;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
html>body #footerbanner { margin: auto; bottom: auto }

ul.a {list-style-type:circle;}
ul.b {list-style-type:square;}
ol.d {list-style-type:decimal-leading-zero;}

div.transbox
  {
  width:590px;
  height:300px;
  margin:0px auto;
  background-color:#F2F2F2;
	background-image: url('gambar/tooltip_back.png');
	background-repeat: no-repeat;
	background-position: right bottom;
  border:7px solid #627AAD;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:2.9;
  color: #000000;

  }
div.transbox p
  {
  margin:30px 0px 0 0;
  font-weight:bold;
  font-size:130%;
  font-family:verdana;
  color:#000000;
  }
