div#footer {
	clear: both;
	font-family:verdana;
}

div#footer {
	background-color: #000000;
	opacity:0.7;alpha(opacity=70);
	-moz-box-shadow: 0 -2px 10px black; -webkit-box-shadow: 0 -2px 10px black; box-shadow: 0 -2px 10px black;
	bottom: 0;
	color: white;
	font-size: 75%;
	padding:2px 0px;
	position: fixed;
	text-align: center;
	width: 100%;
}
div#footer:hover {
	opacity:1.0;alpha(opacity=100);
}

#visitor_count_label {

}
#visitor_count {
	font-size:1.5em;
	font-weight:bold;
}

#mobile_page_link a {
	color: white;
}

p#third_party_links {
	position:absolute;
	left:10px;
	bottom:-5px
}
