html {
    min-width: 1200px;
}
body.index {
    background: url(top.png) center top scroll no-repeat;
}
body.donate {
    background: url(donate_background.png) center top scroll no-repeat;
    min-height: 1486px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.top-text {
    color: #fefefe;
    position: absolute;
    top: 331px;
    left: 503px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    line-height: 33px;
}

.left-text {
    position: absolute;
    top: 580px;
    left: 70px;
    width: 560px;
}

.right-text {
    position: absolute;
    top: 580px;
    left: 720px;
}

.right-text .bottom {
    background: url(right_bottom.png) no-repeat;
    position: relative;
    height: 473px;
    width: 405px;
    left: 43px;
}
.right-text .bottom p {
    position: absolute;
    top: 30px;
    text-align: center;
    margin: 0 10px;
}

.donate-form {
    position: absolute;
    top: 602px;
    left: 75px;
    width: 385px;
}
.donate-form tr {
    height: 45px;
}
.donate-form td:first-child {
    width: 87px;
}
.donate-form input[type="text"],
.donate-form input[type="number"],
.donate-form input[type="email"],
.donate-form select {
    height: 25px;
    width:  228px;
}
.donate-form input[type="text"].half,
.donate-form select.half {
    width:  90px;
}

.os-bi-24 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
}

.os-b-18 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.os-bi-17 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
}

.os-b-17 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.os-17 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.os-14 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.os-i-12 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
}

.caps {
    text-transform: uppercase;
}

.blue {
    color: #638dab;
}