#containerfooter{
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 290;
	background-size: cover;
	border: 0;
}
#containerfooter.bgbright {
	background-color: rgba(255, 255, 255,0.7);
	border-top: 1px solid rgba(0, 0, 0,0.5);
	color: rgb(0, 0, 0);
}
#containerfooter.bgdark {
	background-color: rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(255, 255, 255,0.7);
	color: rgba(255, 255, 255,1);
}
#footer { 	
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 30px;
	background-color: transparent;
	overflow: visible;
	z-index: 300;
	border: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 120px;
	
	
}
#footer a {
	font-size: 13px;
	font-family: "Oswald-Regular";
	font-weight: normal;
	line-height: 30px;
	text-align: right;	
	vertical-align: bottom;
	font-style: normal;
}
.footernavbright a:link { 
		color: #ffffff; 
		text-decoration: none;
	}  
.footernavbright a:visited { 
		color: #aaaaaa;
		text-decoration: none; 
	}  
.footernavbright a:active {  
		color: #811704;
		text-decoration: none; 
	}
.footernavbright a:hover { 
		color: #ffffff;
		text-decoration: underline;
	}
.footernavdark a:link { 
		color: #000000; 
		text-decoration: none;
	}  
.footernavdark a:visited { 
		color: #242424;
		text-decoration: none; 
	}  
.footernavdark a:active {  
		color: #000000;
		text-decoration: none; 
	}
.footernavdark a:hover { 
		color: #000000;
		text-decoration: underline;
	}