span.promobtn {
    -webkit-border-radius:3;
    -moz-border-radius:3;
    border-radius:3px;
    font-family:Arial;
    color:#fff;
    display:block;
    font-size:15px;
    background:#da4b90;
    padding:5px 0;
    border-bottom:solid #fc3afa 2px;
    text-decoration:none;
    text-transform:uppercase;
    width:175px;
    margin:auto;
	margin-top: 15px;
	text-align: center;
}

span.promobtn:hover {
    background:#da4b90;
    text-decoration:none
}
.h3center {
    text-align: center;
}