.upperFooter, .lowerFooter{
	padding: 20px;
}

.upperFooter{
	background: #e7e7e7;
}

.lowerFooter{
	background: #f8f8f8;
}

.upperFooter h3, .upperFooter .logoFooter{
	margin-top: 0px;
}

.ce-banner{
	position: fixed;
	top: 0px;
	z-index: +999;
	background: #FFFFFF;
	border: 2px solid #656565;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
}

.ce-banner p{
	margin-bottom: 0px;
	padding: 0px 10px;
}

.ce-accept{
	font-weight: bold;
	cursor: pointer;
	background-color: white;
	padding: 4px 12px;
	border-radius: 7px;
	border: #656565 solid 2px;
	margin-left: 10px;
}