html{
		height:100%;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	body{
		margin:0px;
		padding:0px;
		
		height:100%;
	}
	#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;
		height:35px;
		background-color: #990a13;


		/* 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:fixed;
	}
	#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
		position:absolute;
		color: #FFF;
		font-weight:bold;
		white-space:nowrap;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 20px;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#F3FF33;	// Red color
	}
	.greenText{
		color:#0F0;	// Green color
	}


   
    
    #bottom_marquee{
    background-color: #ccc;
    padding:0.5em 0;
    font-size: 20px; 
    position: fixed;
    bottom: 0px;
    color:blue;
    z-index: 21;
}
    