body {
	margin:0;
	padding:0;
	background-color: #586270;	
	text-align:center;
	font-size: 14px;
}
#main {
	width:360px;
	height:220px;
}
#center {
	float:left;
	width:300px;
	height:220px;
}
#right {
	float:left;
	width:30px;
	height:245px;
	background-image: url(images/right_245.gif);
}
#left {
	float:left;
	width:30px;
	height:245px;
	background-image: url(images/left_245.gif);
}
#logo {
	width:300px;
	height:100px;	
	background-image: url(images/logo.gif);
}
#player {
	float:left;
	width:300px;
	height:65px;
}
#bottom {
	float:left;
	width:300px;
	height:55px;
	margin:0px;
	padding:0px;
	background-image: url(images/bottom.gif);
}
#bottom ul{
	width:100%;
	margin:0px;
	padding:0px;
}
#bottom li{
	padding-left:10px;
	padding-right:10px;
	display: inline;
}
#bottom a{
	margin:0px;
	padding:0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: #999;
}
#bottom a:hover{
	color: #444;
}

#data  {
	position: relative;
	height: 25px;
	background: #222222;
	overflow: hidden;
}

#data_in {
	position: relative;
	height: 25px;
        z-index: 10;
	margin-left: 5px;
        margin-right: 5px;
	background: #222222;
	overflow: hidden;
	}


#streaminfo {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	font: normal 0.8em Verdana, Tahoma, Sans-Serif;
	color: #bbbbbb;
	font-size: 0.8em;
	overflow: hidden;
}

#content_cam_bar {
 position: absolute;
  top: 153px;
   left: 15px;
    width: 195px;
     height: 50px;
      overflow: hidden;
      }


