span.promobtn {
    -webkit-border-radius:3;
    -moz-border-radius:3;
    border-radius:3px;
    font-family:Arial;
    color:#fff;
    display:block;
    font-size:15px;
    background:#01a0c4;
    padding:5px 0;
    border-bottom:solid #01a0c4 2px;
    text-decoration:none;
    text-transform:uppercase;
    width:175px;
    margin:auto;
	margin-top: 15px;
	text-align: center;
}

span.promobtn:hover {
    background:#01a0c4;
    text-decoration:none
}
.section h3
{
text-align: center;
}
.footer-btn-left {width: 30%;}
.footer-btn-right {width: 67%;}