#divUp 
{
	POSITION: relative;
}
#divDown 
{
	POSITION: relative;
}
#divScrollTextCont 
{
	POSITION: relative;
	width: 200px; /*marquee width */
	height: 220px; /*marquee height */
	background-color: white;
	border: 3px solid orange;
	overflow: hidden;
	padding: 3px;
}
#divText 
{
	POSITION: relative;
}
#main
{
	text-align: center;
	height: 220px; /* automatic scroll to bottom of feed- to see picture */	
}
p
{
	POSITION: relative;
	text-align: justify;
	line-height: 0.6;
}
p.ad
{
	line-height: 1.1;
}