#my_img {
    width: 290px;
    margin-left:5px;
    overflow: hidden;
    float: left;
    display: inline;
}

#about_copy {
    width: 450px;
    height: 410px;
    margin-left: 555px;

    padding: 30px 20px 10px 20px;
    background: url(/assets/about_us_text.png) 0 0 no-repeat;
}

#about_copy p {
    font-size: 12px;
}
.announce_top {
    background: url(/assets/announce_top.png) no-repeat 0 0;
    margin-bottom: 15px;
    margin-top: -15px;
/*    overflow: hidden;*/
}

.announce_bottom {
    padding: 0;
    background: url(/assets/announce_bottom.png) no-repeat left bottom;
    height: 24px;
}

.announce_bottom {
    font-weight: bold;
    font-size: 12px;
    color: #555;
}
.ticker {
    position: relative;
    height: 24px;
    overflow: hidden;
}

.announce_bottom .item {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 24px;
    height: 24px;
    width: 435px;
    display:none;
    overflow: hidden;
}

.announce_bottom span {
    padding: 10px;
}

.announce_bottom span.small {
    font-size: 10px;
    padding: 0;
    font-weight: normal;
}

