#smoothBannerContainer {
	background-color:#def;
	border:2px outset #abc;
	margin:5px;
	top:5px;
	left:5px;
	width:350px;
	
	/* should probably leave these alone */
	position:relative;
	overflow:hidden;
}
#smoothBannerText {
	/* 
	fonts work best when font-size=line-height, e.g. 12pt/12pt
	*/
	font:normal 12pt/12pt tahoma;
	color:#012;
	padding:2px;
	
	/* should probably leave these alone */
	position:relative;
	left:400px;
}