div#footer {
	position: fixed;
	bottom: 0px;
	top: auto;
	background-color: rgba(255,255,255,0.5);
	width:100%;
	margin: 0px;
	height: 2em;
}

div#footer_shadow {
	position: fixed;
	bottom: 0px;
	top: auto;
	left: -5%;
	width: 110%;
	height: 2em;
	box-shadow: 0px -4px 4px 0px rgba(76,91,59,0.55);	
	z-index: 99;
}

div#footer p {
	color: #608030;
	font-weight: 500;
	font-size: 1.2em;
}

div#footer p a{
	color: #608030;
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
}

address a{
	color: #608030;
	font-weight: 500;
	font-size: 1em;
	text-decoration: none;
}

div#footer p a:hover{
	color: #608030;
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: underline;
}

div#footer p span#disclaimer {
	color: rgba(0,0,0,0.5);
	font-weight: 400;
	font-size: 0.9em;
}

div#footer p span#disclaimer a{
	color: rgba(0,0,0,0.55);
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
}
div#footer p span#disclaimer a:hover{
	text-decoration: underline;	
}