a:link { 
	color: #329932 !important;
	text-decoration: underline;
	}
a:visited { 
	color: #329932 !important;
	text-decoration: underline;
	}
a:hover { 
	color: black !important;

	text-decoration: underline;
	}
a:active { 
	color: #329932 !important;
	text-decoration: underline;
	}

BODY {
margin-top: 0px; 
background:url(images/bgcoin.jpg);
background-position: center;
background-attachment: fixed;
}
td {
background:url(images/3.png);
background-position: center;
text-align:center;
padding: 3px;
}

TABLE {

width: 75%;

}

#about {
width:600px;
}

#text-body {
padding-bottom:20px; 
min-height:100%;
}
#wrapper {
min-height:100%;
position:relative;
}
#addr {
width:400px;

text-color:black;
border-style:solid;
border-width:1px;
}
#backing {
width: 75%;
margin-bottom: 5px;
background-color: #eee;
text-color:black;
border-style:solid;
border-width:1px;
}
#footer {
background-color: #eee;
bottom:0;
left:0;
text-align:center;
text-color:black;
width:100%;
height:105px;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 60px;
  border: 1px solid black;
  background-color: #fff;
  color: black;
  font-size: 0.95em;
}

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: 100%;
}