#cookie-bar
{
	position: absolute;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 6px;
    text-transform: uppercase;
	opacity: 0.8;
}

#cookie-bar span, #cookie-bar a
{
	color: #fff;
	text-decoration: underline;
}

#cookie-bar span
{
	padding-left: 42px;
}