		body {

			background: #ffffff url('/chat/img/bg/bg_4.png') ; 
			background-repeat: no-repeat;
			background-attachment:fixed;
			background-position: 70% 70%;
			color:#404040;
			font-family:Helvetica, Arial, sans-serif; font-size:0.8em;
		}
		a {
			text-decoration:none;
			color:#404040;
		}
		a:hover {
			text-decoration:underline;
		}
		 h1 {
			font-size:1.3em;
			font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
			font-weight:bold;
		}
		
		#ChanelListContainer{
	
		}
		
		#list_chan{
		 width: 80%; 
		 border:1px solid #808080; 
		 height:100%;
		 padding:5px;
		}
		
		#navigation
		{
		text-align:center;
		}
		
		#loginHeadlineContainer{
			background: #ffffff url('/chat/img/logo_ffffff.png') ; 
			background-repeat: no-repeat;
			width:210px;
			height:70px;
		}
		
		#loginHeadlineContainer img{
			width:210px;
			height:70px;
		}
		
		 #copyright,#copyright a  {
		text-align:right;
		margin-bottom:5px;
		font-size:0.8em;
		color: #808080;
		}
		
		 #copyright{
		 padding-top:10px;
		margin-bottom:20px;
		margin-right:20px;
		 }
		
		
		#customList{
			font-size:0.9em;
			color:#404040; 
			border-bottom:1px solid #202020;
			padding-left:25px;
			background:url(/chat/img/blank_h.png) 0% 50% no-repeat;	
		}
		
		#chanelList{
			font-size:0.9em;
			padding-left:25px;
			border-bottom:1px solid #202020;
			background:url(/chat/img/blank.png) 0% 50% no-repeat;	
		}
		
		#userlist{
			background:url('/chat/img/1px30.png');
			padding-left:25px;
			color:#404040; 
			font-size:0.9em;
		}
		#userlist a{
		color:#404040; 
		}