/* CSS Document */

div#eathost {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; right: 20px; bottom: 10px;
  width: 60px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

body > div#eathost {
	width: 60px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	bottom: 3%;
	right: 10px;
	/*-moz-opacity:.80;*/
	clear: both;
	z-index: 1000;
}

div#eathost a img {
/*filter:alpha(opacity=100);*/
-moz-opacity: 100; 
opacity: 100;}

div#eathost a:hover img {
filter:alpha(opacity=50);
-moz-opacity: .50;   
opacity: .50;
}

div#eathost img {
	border: 0px;
}