div#container
{
   width: 1000px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #FFFFFF;
   background-image: url(images/bg-main.png);
   background-repeat: repeat-x;
   color: #282828;
}
body
{
   font-size: 12px;
   font-family: Tahoma;
   font-weight: normal;
   text-decoration: none;
   color: #212121;
}
.channel
{
   background-color:#FFFFFF;
   text-align:left;
   width:100%;
}
a.channel:link, a.channel:visited
{
   font-weight: bold;
   text-decoration: none;
   font-size: 16px;
   font-family:Tahoma;
   color:#000000;
}
a.channel:hover
{
   color:#006697;
}
.item
{
   text-align:left;
   width:100%;
}
a.item:link, a.item:visited
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   font-size: 12px;
   font-family:Tahoma;
}
a.item:hover
{
   color: #C0C0C0;
}
.itemdescr
{
   font-weight: normal;
   text-decoration: none;
   font-size:12px;
   font-family:Tahoma;
   color:#000000;
   width:100%;
}
.itempubdate
{
   font-weight: normal;
   text-decoration: none;
   font-size:11px;
   font-family:Tahoma;
   color:#808080;
   text-align:right;
}
		#phpinfo_div {
			position:fixed;
			bottom:0;
			left:0;
			height:300px;
			width:100%;
			overflow:scroll;
			background:#F0F0F0;
			color:#000;
			border-top:2px solid;
			z-index:999;
		}
	