#button-wrap-inner {
margin-top: 30px;
}
.btn {
  background: #000000;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
text-transform: uppercase;
}

.btn:hover {
  background: #3d3d3d;
 color: #ffffff;
  text-decoration: none;
}
a.one:link {color:#fff;}
a.one:visited {color:#fff;}
a.one:hover {color:#fff;}