﻿body {
}
header p,
#box h1,
#box p,
#countdown-container p,
#footer p.note,
#footer p.legal {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    ;
}

.arrow-up {
    position: absolute;
    top: 9px;
    width: 0;
    height: 0;
    margin-left: 91%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    z-index: 20;
}

#box {
    position: relative;
    width: 600px;
    margin: 0 auto;
    z-index: 2;
    padding-top: 29px;
}
#box2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding-top: 29px;
}
    #box:after {
        content: url(images/shadow-heavy.png);
        position: absolute;
        margin: 0;
        z-index: -10;
    }

#box-top {
    position: relative;
    background: #fff;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 24px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#box-bottom {
    position: relative;
    background: #D35B20 url(images/bg-btm.png) top left repeat;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 5px 10px 5px;
    z-index: 0;
}

#box h1 {
    margin: 0 auto;
    padding: 20px 30px 5px;
    font-family: 'SourceSansPro-Semibold', Georgia, times, serif;
    font-size: 24px;
    color: #EC8E1C;
    text-align: center;
    font-weight: 100;
    letter-spacing: -.5px;
}

#box p {
    font-family: 'SourceSansPro-Light', Georgia, times, serif;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-weight: 100\9;
    *font-weight: 100;
    letter-spacing: -.5px;
    color: #777777;
    padding: 0 20px;
    margin: 0;
}
.WhyWhy {
    color:#b6ff00;
}