#marqueecontainer {
   position: relative;
   width: 552px; /*marquee width */
   height: 200px; /*marquee height */
   background-color: white;
   overflow: hidden;
   border-left: 1px solid black;
   border-right: 1px solid black;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
}

#marqueetitle  {
	background-color: #000000; 
	position: relative; 
	width: 552px; 
	border: 1px solid black; 
	padding-top: 5px;
	padding-bottom: 5px; 
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}