<p class="coupon-wrap">
<span class="coupon">скрытый текст</span>
<a class="button large yellow" href="#" target="_self">открыть</a>
</p>
.coupon-wrap {
position: relative;
width: 184px;
height: 42px;
text-align: center;
padding-top: 15px;
}
.coupon {
display: none;
font-family:'Museo-700', sans-serif;
font-size:20px;
}
.coupon-wrap > .button {
position: absolute;
left: 0;
top: 0;
}
display: none
, никаких стилей для :hover