#liveBar{
	position: fixed;
	z-index: 999999999; 
	bottom: 0px; 
	color:#FFFFFF;
	left: 0px; 
	height: 51px; 
	width: 100%; 
	text-align: center; 
	font-weight: normal; 
	background:transparent url(../images/bg_live.png) repeat-x;
	border-top: 1px solid #000000; 
}

#liveBar ul {
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

#liveBar li{
	margin-right:80px;
	float:left;
}

#liveBar p {
	float:left;
	padding:5px 0px 0px 15px;
	margin:0px;
	text-align:left;
	color:#FFFFFF;
}

#liveButton{
	position: fixed;
	z-index: 999999999; 
	bottom: 0px; 
	left: 0px; 
	height: 51px; 
	width: 26px; 
	text-align: center; 
	font-weight: normal; 
}