#footer_space {
	padding-bottom: 25px;
}

#footer {
	position: fixed;
	z-index: 99;
	bottom: 0pt;
	right: 0pt;
	height: 25px;
	width: 100%;
}

#footer_bar {
	padding: 5 5 5 5;
	height: 25px;
	display: block;
	background-color: #1c4174;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	overflow:visible ! important;
	border: 1px solid white;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#footer_bar_left {
	width: 10%;
	float: left;
	text-align: left;
}

#footer_bar_right {
	width: 10%;
	float: right;
	text-align: right;
}

#footer_bar_lang {
	width: 20%;
	float: left;
}

#footer #footer_bar #footer_bar_lang a {
	padding: 5px;
	-moz-border-radius: 5px;
}

#footer #footer_bar #footer_bar_lang a:hover {
	background-color: #6989b7;
	text-decoration: none;
}

.thanks {
	background-color: white;
	padding: 5px;
	max-height: 30px;
	margin-right: 1px;
}
