#mainContainer
{
	width:760px;
	border-left:1px solid #000;
	border-right:1px solid #000;	
	margin:0 auto;
	height:100%;
	text-align:left;
}
#topRow
{
}
#mainContent
{
	padding-left:10px;
	padding-right:10px;
}

#dhtmlgoodies_marquee
{
	/* general marquee layout*/
	padding-top:3px;
	background-image: url(img/fnd.png);
	height: 1.3em;
	line-height: 1.3em;
	
	/* End general marquee layout */
	position:absolute;
	left:0px;
	z-index:1000;
	bottom:0px;		
	display:none;		
	width:100%;
	overflow:hidden;
}
body > div#dhtmlgoodies_marquee{	/* Firefox rule */
	position: absolute;
}	
#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
	position:absolute;
	white-space:nowrap;
	vertical-align: top;
	font-weight: bold;
}
/* Just some layout classes used in this example script */
.highlighted
{
	font-weight: bolder;
	text-decoration: underline;	/* underlined and bold */
}
.greenText{
	color:#0F0;	// Green color
}