/* position:relative and overflow:hidden are required */
/* add formatting for the scrolling text */
#tag {margin:2px 0; z-index:1; color: #152c80;}

/* #testP must also contain all text-sizing properties of #tag */
#testP {visibility:hidden; position:absolute; white-space:nowrap;z-index:1;}

/* used as a page top marker and to limit width */
#top {width:350px; margin:auto; z-index:1;}