/* Contdonwn */

/*body {*/
    /*background: #222 url('../images/bg.gif') repeat;*/
    /*color: #fff;*/
    /*-moz-text-shadow: 0 -1px 0 #000;*/
    /*-webkit-text-shadow: 0 -1px 0 #000;*/
    /*text-shadow: 0 -1px 0 #000;*/
    /*font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;*/
/*}*/

.bg-gradient {
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin: -500px 0 0 -500px;
    background: url('../images/bg-gradient.png') no-repeat center;
}

.container {
    text-align: center;
    margin: 0 auto;
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
}


#CDT {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    margin: 15px auto 0;
    padding-bottom: 30px;
    text-align: center;
}

#CDT .number-wrapper {
    position: relative;
    margin: 0 5px;
}

#CDT .number {
    background: url("../index_files/timer.png") repeat scroll 0 0 transparent;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 90px;
    font-weight: normal;
    height: 97px;
    line-height: 90px;
    padding: 7px 0 0;
    text-align: center;
    width: 114px;
}
       
#CDT .line {
    display: none;
}
       
.caption {
    bottom: -35px;
    color: #393939;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    left: 0;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
    
footer {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #777;
}

footer p {
    margin: .5em 0;
    line-height: 1.5;
}