#marqueecontainer
{
	width: 700px; /*marquee width */
	height: 23px; /*marquee height */
	background-color: white;
	border: 3px solid orange;
	overflow: hidden;
	padding-left:2px;
}
p
{
	margin-left: 25px;
	line-height: 0.35;
}
p.ad
{
	margin-left: 25px;
	line-height: 1;
}
