#GB_overlay {
  background-image: url(/images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 10000;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/images/overlay.png);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 1px;
  left: 0;
  position: absolute;
  background-color: #fff;
  border: 5px solid #aaa;
  border-top: 0;
  overflow: visible;
  z-index: 15000;
}

#GB_frame {
  border: 0;
  overflow: auto;
}

#GB_header {
  margin: 0;
  margin-top: -8px;
  //margin-top: -10px;
  margin-left: -4px;
  margin-bottom: 150px;
  top: 0;
  border-left: 5px solid #aaa;
  border-right: 5px solid #aaa;
  height: 0px;
  position: absolute;
  z-index: 15100;
}
#GB_header h2 {
	margin: 0 auto;
	padding: 0 0 0 160px;
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .775em;
	/*//line-height: 40px;*/
	}
#GB_caption {
  font-family: helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}
#boomp {
	float: left;
	height: 126px;
	width: 160px;
	text-indent: -10000px;
	background: url(../images/logo-mumbojumbo_160.gif) no-repeat;
	overflow: hidden;
	margin-top: 4px;
	//margin-top: 8px;
	margin-left: -4px;
	margin-right: 5px;
}
#boompla {
	background: url(../images/logo-premium-games-640.gif) no-repeat;
	height: 42px;
	left: 160px;
	top: 4px;
	width: 640px;
	position: absolute;
    //margin-left: 180px;
	text-indent: -10000px;
	background: url(../images/logo-premium-games-640.gif) no-repeat;
	overflow: hidden;
	margin: 0;
	margin-top: 4px;
	//margin-top: 8px;
}
#GB_close {
  padding: 3px 5px 0 0;
  cursor: pointer;
  float: right;
  position: relative;
  overflow: hidden;
  z-index: 50000;
  top: 6px;
  //top: 9px;
}

