.bl, .br, .tl, .tr {
  position: absolute;
  width: 4px;
  height: 4px;
  display : block;
	font-size: 1px;
	line-height: 0px;    	
}

.tr {
 	background: transparent no-repeat url("/images/corners.gif") -12px -8px;
  top: 0px;
  right: 0px;
  _right: -1px;
}
.tl {
  background: transparent no-repeat url("/images/corners.gif") -8px -8px;
  top: 0px;
  left: 0px;
}

.bl {
 	background: transparent no-repeat url("/images/corners.gif") 0px -8px;
  bottom: 0px;
  _bottom: -1px;
  left: 0px;
}

.br {
  background: transparent no-repeat url("/images/corners.gif") -4px -8px;
  bottom: 0px;
  _bottom: -1px;
  right: 0px;
  _right: -1px;
}

#whosOn {
  background : #BEC0CC;
  position : relative;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px;  
  height: 100%;
}