.box {
  margin-left:20px;
  margin-bottom:10px;
  width: 960px;
  position: relative;
  overflow: hidden; 
  float: left;
  display: inline;
  }
  
.content { 
  width: 938px; 
  position: relative;
  padding: 7px 11px 10px 11px;
  }
  
.overlay { 
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  filter: alpha(opacity=50);  
  -moz-opacity: 0.50;
  overflow: hidden; 
  opacity: 0.50;
  }
  
.round-top {
  width: 960px;
  height: 11px;
  background: url(../images/win_header.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  }

.round-bottom {
  width: 960px;
  height: 11px;
  background: url(../images/win_footer.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  }

