#staff
.popup {
position: relative;
z-index: 2;
}

.popup:hover {
background-color: transparent;
z-index: 2;
}

.popup span {
position: absolute;
visibility: hidden;
}

.popup span img {
border-width: 0;
padding: 2px;
}

.popup:hover span {
visibility: visible;
top: -60px;
left: 140px;
}

#congratulations
.popup {
position: relative;
z-index: 2;
}

.popup:hover {
background-color: transparent;
z-index: 2;
}

.popup span {
position: absolute;
visibility: hidden;
}

.popup span img {
border-width: 0;
padding: 0px;
}

.popup:hover span {
visibility: visible;
top: -320px;
left: -140px;
}


table#reward{
	width:699px;
	padding:5px; 
} 

td#left{
	width:233px;       
	
} 
td#central{
	width:233px;
	
}
td#right{
	width:233px;

	}
#reward td{
	vertical-align:top;
}

