.baby-letter, #baby-text {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #FF33CC
}

#baby-text {
    top: 0;
    left: 170px;
    position: absolute;
    margin-left: 10px
}

#baby-footer {
    position: absolute;
    width: 244px;
    height: 16px;
    padding: 4px 0;
    background: #009900;
    color: #FFF;
    margin-top: 10px;
    bottom: 0;
}

#baby-footer a {
    color: #FFF;
    float: right;
}

#baby-footer a:hover {
    text-decoration: none;
    color: #66FF00
}

#baby {
    background: #FFF;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 12px;
    width: 250px;
    height: 216px;
    overflow: hidden;
    border: 3px solid #009900;
    position: relative;
    box-sizing: border-box
}

#baby-letter-wrap {
    padding: 5px
}

#baby-letter-wrap:after {
    content: '';
    display: block;
    clear: both;
}

#baby-off {
    position: absolute;
    top: 10px
}

#baby-discount {
    position: absolute;
    top: 80px;
    left: 120px;
    background: #009900;
    color: #FFF;
    padding: 10px;
}