body {
	background: url(bg.gif) repeat-x;
}

#container {
	width: 800px;
	padding: 0;
	margin: 0;
	text-align: center;
}

img {
	border:none;
}

.tt_caption {
	font-size:12px;
	color:white;
	font-family:Verdana, Helvetica, Arial;
	text-align:center;
	font-weight:bold;
}

.tt_text {
	font-size:11px;
	color:black;
	font-family:Verdana, Helvetica, Arial;
	padding:8px 10px;
}

.tt_foreground {
	background-color:white;
	width:260px;
}

.tt_background {
	background-color:#333;
}

.tt_inner {
	text-align:left;
}

.tt_inner img {
	float: right;
	margin-left:8px;
}

