	html{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	body{
		margin:0px;
		padding:0px;
		text-align:center;
		height:100%;
	}
	#mainContainer{
	/*width:100%;*/
	width:1280px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0 auto;
	height:100%;
	text-align:left;
	position: absolute;
	}
	#topRow{
	position: relative;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;		
	}
	#mainContent{
		padding-left:0px;
		padding-right:0px;
	}
	#dhtmlgoodies_marquee{
	padding-top:3px;
	height:25px;
	background-color: #990000;
	position:absolute;
	z-index:1000;
	bottom:0px;
	display:none;
	overflow:hidden;
	/*width: 100%;*/
	width: 1280px;
	left: 0px;
	right: 0px;
	}
	body > div#dhtmlgoodies_marquee{
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	}	
	#dhtmlgoodies_marquee .textObj{
	position:relative;
	color: #ccc;
	font-weight:bold;
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	cursor: hand;
	}
	/* Just some layout classes used in this example script */
	/* Red color;*/
	.highlighted{
	color:#fff;
	font-size: 12px;
	
	}
/* Green color*/
	.greenText{
	color:#009900;
 	font-size: 12px;
	}
a {
	text-decoration: none;
}
