#dog-booster-dog {
    background: url(banner-02/doggy.png);
    width: 192px;
    height: 110px;
    bottom: -6px;
    position: absolute;
}

#dog-booster-grass {
    background: url(banner-02/grass.png) left bottom no-repeat;
    width: 228px;
    height: 200px
}

#dog-booster {
    font: 13px Verdana;
    position: relative;
    width: 200px;
    overflow: hidden;
    background: #FFF;
}

#dog-booster a {
    color: #CC6600;
}

#dog-booster a:hover {
    color: #FF9900;
}

#dog-booster a:before {
    content: "☛";
    font-size: 18px;
}

#dog-booster-food {
    position: absolute
}

#dog-booster-buy {
    float: right;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 20px 0 0;
    color: #FF0000;
    text-shadow: 2px 2px #DDD;
}

#dog-booster-text {
    background: #CC6600;
    color: #FFF;
    padding: 5px
}

#dog-booster-link {
    text-align: right;
    margin-right: 5px;
}