#cookiesDiv {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	text-align: center;
	background-color: yellow;
	color: #000;
	padding: 5px 0;
}

#cookiesDiv p {
	text-align: center;
	color: #000;
	font-family: arial;
	font-size: small;
}
