#footer {
	background-color: #3B49B2;
	width: 490px;
	padding-left: 290px;
	padding-right: 180px;
	font-size: 12px;
	color: #C6C7E1;
	padding-top: 20px;
	text-align: justify;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link {
	color: #C6C7E1;
	text-decoration: none;
}
#footer a:visited {
	color: #C6C7E1;
	text-decoration: none;
}
#footer a:hover {
	color: #C6C7E1;
	text-decoration: underline;
}
#footer a:active {
	color: #E8E8F7;
	text-decoration: underline;
}
