.hypbox {
    position: relative;
}

.hypbox .right, 
.hypbox .left, 
.hypbox .center, 
.hypbox .bottom,
.hypbox .bottom div {
    background: url(/img/spot_bg.gif) no-repeat;
}

.hypbox .right {
    background-position: top right;
    padding-right: 5px;
    margin-left: 5px;
    padding-top: 5px;
    position: relative;
    _overflow-y: hidden;
    zoom: 1; /* IE6: enables overflow cutting of .left */
}
.hypbox .left {
    position: absolute;
    background-position: top left;
    width: 5px;
    top: 0px;
    left: -5px;
    bottom: 0;
    _height: 1000px; /* IE6 */
    font-size: 1px; /* IE6 */
}
.hypbox .center {
    background-position: center center;
    padding: 10px;
    
}
.hypbox .bottom {
    margin-left: 5px;
    height: 7px;
    background-position: bottom right;
    position: relative;
}
.hypbox .bottom div {
    width: 5px;
    height: 7px;
    margin-left: -5px;
    background-position: bottom left;
    position: absolute;
    font-size: 1px; /* IE6 */
}