  #GB_overlay  {
position : absolute;
margin : auto;
top : 0;
left : 0;
z-index : 100;
width : 100%;
height : 100%;
background : url(overlay.png);
}
#GB_window {
	top : 50px;
	left : 0;
	position : absolute;
	background : #9FB94B url(../images/monkey9main.png) no-repeat left bottom;
	border : 4px solid #333333;
	overflow : auto;
	width : 600px;
	height : 500px;
	z-index : 150;
}
#GB_frame {
border : 0;
overflow : auto;
width : 100%;
height : 578px;
}
#GB_caption {
font : 12px bold helvetica, verdana, sans-serif;
color : #fff;
background : #888;
margin : 0;
text-align : left;
padding-top : 6px;
padding-right : 0;
padding-bottom : 6px;
padding-left : 5px;
}
#GB_window img {
position : absolute;
top : 2px;
right : 5px;
cursor : pointer;
} 
