<style type="text/css">

	#mainContainer{
		width:50%;
		border-left:1px solid #000;
		border-right:1px solid #000;

		height:100%;
		text-align:left;
	}
	#topRow{

	}
	#mainContent{
		padding-left:10px;
		padding-right:10px;

	}

	#dhtmlgoodies_marquee{
		/* general marquee layout*/
		padding-top:8px;
        padding-bottom: 2px;
        border-top:solid thin;
		height:35px;
        background-image: url(/vgs/bilder/bakgrunn_tick.jpg);

		background-color: _transparent_;
        font-size:1.5em;
        /* End general marquee layout */
        position:relative;

		z-index:1000;
		bottom:0px;
		display:block;
		width:100%;
		overflow:inherit;
	}
	body > div#dhtmlgoodies_marquee{	/* Firefox rule */
		position:relative;
	}

	#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
		position:relative;
		color: #F3CB2D;
		font-weight:bold;
		vwhite-space:nowrap;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color: white;
        font-size:22px;
	}
	.greenText{
		color: #82AEF6;
	}
    </style>