#cbc_visit_button {
    display: inline;
    border: none;
    cursor: pointer;
    float: right;
    margin: 4px 0 0 24px;
    padding: 30px 0 0 0;   
    width: 300px;
    height: 50px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    background: url('images/visit-button.png') no-repeat;
    font-size: 50px;
    color: blue;
    text-decoration: none;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#cbc_visit_button:hover{
    text-decoration: underline;   
}

/*
#cbc_read_more {
    display: block;
    float: right;
}
*/