	body {
	margin:0;
	padding:0;
	background:#8566D4;
	background-image:url('bg.jpg');
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #31098F; 
	scrollbar-shadow-color :  #000000;
	scrollbar-face-color :  #513DA3; 
	scrollbar-highlight-color :  #ffffff;
	scrollbar-darkshadow-color : #31098F;
	scrollbar-3dlight-color :  #000000;
	}
   
    /*
	#horizon {
	background-color: transparent;
	position: absolute;
	top: 10px;
	left: 0;
	width: 99.8%;
	text-align: center;
	min-width: 999px;
	height:99%;
	border:1px solid red;
    }
	*/
   
	
	#maincontainer {
	/*position:relative
	border:1px solid #fff;
	background:#5F3EAF;
	margin: 0px auto;;*/
	width:1000px;
	background-image:url('main_background.jpg');
	background-repeat:no-repeat;
	height:99%;
	}
	
	#maincontainer  #ticker {
    height:20px;
    top:55px;
	left:530px;
    position:absolute;
	/*border:1px solid red;*/
	width:425px;
	float:left;
	color:#FFCE0A;
	clear:both;
	padding-bottom:20px;
    }
	
	#maincontainer #logo {
	position:absolute;
	top:10px;
	left:10px;
	width:150px;
	height:119px;
	text-align:left;
	}
	
	
	#maincontainer #imagecontainer {
	position:absolute;
	top:140px;
	left:130px;
	border:1px solid #FFCE0A;
    width:350px;
	height:400px;
	overflow:hidden;
	}
	
	#maincontainer #textcontainer {
	position:absolute;
	top:80px;
	left:520px;
    width:430px;
	height:480px;
	overflow:auto;
	margin:5px 10px 10px 10px;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color : #9D61B0; 
	scrollbar-shadow-color :  #000000;
	scrollbar-face-color :  #513DA3; 
	scrollbar-highlight-color :  #9D61B0;
	scrollbar-darkshadow-color : #9D61B0;
	scrollbar-3dlight-color :  #000000;
	}
	
	td,a {
	text-align:left;
	font-family:tahoma, trebuchet MS, arial, verdana, helvetica, serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#f1f1f1;
	text-align: justify;
	padding-right:10px;
	}
	
	
	p {
	text-align:left;
	font-family:tahoma, trebuchet MS, arial, verdana, helvetica, serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	text-align: justify;
	color:#f1f1f1;
	padding-right:10px;
	}