#webbar_m {
	width: 100%;
	opacity: 0.6;
	position: fixed;
	bottom: 5px;
}

#webbar_m:hover {
	opacity: 1;
}

.webbar_b {
	background-image: url(http://asdexed.info/themes/templates/webbar/wb_b.png);
	background-repeat:repeat-x;
	font-size: 12px;
	height: 30px;
	/*width: 100%;*/
	/*padding-top: 5px;*/
}

.webbar_l {
	background-image: url(http://asdexed.info/themes/templates/webbar/wb_l.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
}

.webbar_r {
	background-image: url(http://asdexed.info/themes/templates/webbar/wb_r.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
}