#footer {
	display: inline-block;
	width: 100%;
	height: 160px;
	background-image: url('/images/gray-theme/footer-background.gif');
	background-repeat: repeat-x;
	margin-top: 40px;
	font-size: 11px;
	font-family: Arial;
}
#footer-container {
	width: 800px;
	padding: 10px;
	margin: 0 auto;
}
#footer #copyright {
	float:left;
	color: #777777;
}
#footer #links {
	float:right;
}
#footer #links a {
	font-weight: normal;
	margin: 0 4px;
	color: #333333;
}
#footer #links a img {
	padding: 0;
	vertical-align: middle;
}
#footer #links a.flag {
	margin: 0px;
}
#footer #links a.active img {
	background-image: url('/images/active_flag.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 2px;
}