#toolbar {
	text-align:center;
	position: absolute;
	bottom: 38px;
	width: 100%;
	background: white;
	color: black;
     opacity: 0.3;
     filter:alpha(opacity: 30);
     -moz-opacity: 0.7;
     -khtml-opacity: 0.7;
}
#poweredBar {
	position: absolute;
	height: 38px;
	bottom: 0px;
	width: 100%;
	background: black;
	color: white;
	text-align: center;
	padding-top:10px;
}

#options li {
	display:inline;
}
