* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 1rem auto;
    border: 2px #231f20 solid;
    max-width: 430px;
    color: #231f20;
    position: relative;
    padding: 14px 10px 39px;
    background: #fff url('bg.jpg') left bottom no-repeat;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
}

p {
    padding-bottom: 18px;
}

h1 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 28px;
}

h1 span {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-weight: normal;
    margin: 10px 0;
}

h2 {
    font-size: 13px;
    line-height: 18px;
}

a {
    color: #0073B4;
    text-decoration: underline;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

a u {
    color: #2862AD;
}

img {
    max-width: 100%;
}

header {
    margin: 11px 0 17px;
}

footer {
    padding: 2px 0 0;
}

footer img {
    margin: 9px 0 0;
}

@media only screen and (max-width:429px) {
    #wrapper {
        border: none;
        padding: 16px 16px 29px;
        margin: 0;
    }

    br {
        display: none;
    }
}