#tt {
    float: left;
    position:absolute;
    top: 0px;
    left: 0px;
    display:block;
    margin-right: 20px;
    /*background:url(images/tt_left.gif) top left no-repeat*/
}
#tttop {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(images/tt_top.gif) top left no-repeat;
    overflow:hidden;
}
#ttcont {
    display:block;
    padding:2px 12px 3px 7px;
    margin-left:5px;
    background:#666;
    color:#FFF;
}
#ttcont strong{ color:#FFFFFF;
font-weight: bolder;}
#ttbot {
    display:block;
    height:5px;
    margin-left:5px;
    background:url(images/tt_bottom.gif) top left no-repeat;
    overflow:hidden;
}