.page{
    position: relative;
    height: 750px;
}



.page .button a{
    display: block;
    position: absolute;
    left: 0px;
    top: 700px;
    width:510px;
    height: 50px;
    background-color: rgba(255,0,0,0);
}

