body {
    min-width: 960px;
    background-color: #f8f4f1;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

p, h1, h2, ul {
    margin-bottom: 30px;
}

.inner-box {
    width: 868px;
    height: 810px;
    margin: 25px auto;
    background-color: #fff;
}

.therap-logo {
    padding-top: 32px;
}

.sorry-msg-planned, .sorry-msg-unplanned {
    margin-top: 50px;
    font-size: 35px;
    font-weight: normal;
}

.sorry-msg-planned {
    color: #063c58;
}

.sorry-msg-unplanned {
    color: #ed6623;
}

.working-msg {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    color: #063c58;
}

.upgrade-msg {
    margin-bottom: 24px;
    font-size: 16px;
}

a.link:link, a.link:visited {
    text-decoration: none;
    color: #085e95;
}

a:hover {
    text-decoration: underline;
}

.return-msg {
    margin: 10px auto 40px auto;
    font-size: 25px;
    font-weight: normal;
    color: #ed6623;
}

.countdown-section {
    margin-top: -25px;
    margin-left: 284px;
}

.count-box {
    width: 143px;
    height: 118px;
    margin-right: 17px;
    background-color: #f9d649;
    border-radius: 10px;
    float: left;
}

.cd-number {
    margin-top: 8px;
    margin-bottom: 15px;
    font-size: 66px;
    font-weight: bold;
    color: #063c58;
}

.cd-text {
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
}

.clear-cache {
    width: 601px;
    margin: 39px auto 31px 134px;
    padding: 22px 0;
    background-color: #f9f4de;
}

.clear-cache-msg {
    margin: 0 auto 0 108px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}

.contact-msg-box {
    width: 680px;
    margin: auto;
    border-bottom: 1px solid #e5e4e4;
}

.contact-msg {
    font-size: 16px;
    margin-bottom: 10px;
}

.nav {
    margin-top: 15px;
}

.nav li {
    display: inline;
    font-size: 16px;
    list-style: none;
    margin: auto 5px;
}

.nav a:link, a:visited {
    text-decoration: none;
    color: #063c58;
}

.therap-add {
    margin-top: 20px;
    font-size: 11px;
}

/* Cure IE madness */
a, img {
    border: none;
    outline: none;
}
/* IE madness ends */
