#cookieChoiceInfo {
	  background-color: #eee;
	  left: 0;
	  margin: 0;
	  text-align: center;
	  bottom: 0;
	  width: 100%;
	  z-index: 1000;
	  padding: 10px 3%;
	  font-size: 12px;
	  position:fixed;
}

#cookieChoiceInfo a {
	background: #f8f6f4;
	border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    text-decoration: none;
}

#cookieChoiceInfo a:hover {
	text-decoration:none;
	background: #222; 
}

body {
	margin:0;
	padding:0;
}