body {
    font-family: arial;
    font-size: 14px;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}
a.btn, input.btn {
    background: #AE3C37 none repeat scroll 0 0;
    border-radius: 120px;
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 60px;
    font-weight: bold;
    height: 204px;
    /*height: 142px;*/
    margin: auto;
    /*padding-top: 67px;*/
    text-decoration: none;
    width: 204px;
    transition: 0.5s;
    border: none;
    cursor: pointer;
}
a.btn:hover, input.btn:hover {
    background: #CC3B32 none repeat scroll 0 0;
    transition: 0.5s;
}
.free_info{
    margin: 10px 20px;
    text-align: right;
    color: #888;
}
.text {
    margin: 10px 20px;
    text-align: left;
}
.title {
    display: block;
    margin: 15px 10px;
    font-family: arial;
    font-size: 16pt;
    text-align: center;
}
.table {
    width: 100%;
    height: 100%;
}
.table tr {
    height: 50%;
}
.table td {
    vertical-align: bottom;
}