div#footer {
	position: relative;
	top: 85px;
	text-align: center;
}

div#footer  a {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(225,225,225);
	color: rgb(0,0,0);
	border-color: rgb(150,50,50);
	text-decoration: none;
}

div#footer  a:hover {
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(150,180,255);
	color: rgb(150,50,50);
	border-color: rgb(150,50,50);
	text-decoration: none;
}
