#footer {
	margin: 0 auto;
	width: 100%;
	bottom: 0;
	background-color: #000000;
	padding: 60px 0 60px 0;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}	
	
#cookies {
    clear: both;
    font-family: 'Orienta', sans-serif;
    font-size: 0.65em;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 5px 0;
    position: fixed;
    bottom: 0px;
    background-color: #FFFFFF;
    width: 100%;
}
		