#tt {
	background: url(../img/tt_left.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	}

#tttop {
	background: url(../img/tt_top.gif) 100% 0 no-repeat;
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
	}

#ttcont {
	background: #666;
	color: #fff;
	display: block;
	font-size: 62.5%;
	line-height: 1.6;
	padding: 5px 20px 5px 10px;
	}

#ttcont strong {
	color: #fff;
	font-size: 120%;
	line-height: 1.6;
	}

#ttcont img {
	padding-bottom: 5px;
	}

#ttbot {
	background: url(../img/tt_bottom.gif) 100% 0 no-repeat;
	display: block;
	height: 5px;
	overflow: hidden;
	}