﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

.MatchLineBtn {
    background-color: #29A9FF;
    border-radius: 3px 3px 3px 3px;
    width: 205px;
    height: 65px;
    margin-top: 25px;
}

.MatchLineBtnAudio {
    background-color: #29A9FF;
    border-radius: 3px 3px 3px 3px;
    width: 310px;
    height: 65px;
}
