html, body {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/bg-box.png") no-repeat scroll center 486px #E0E0E0;
    text-align: center;
    
}
#top {
    padding-top: 1px;
}
h1 {
    background: url("../images/h1.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    margin-left: 134px;
    text-indent: -99999px;
    width: 485px;
}
h2.subtitle {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    border-bottom: 3px dotted #CCCCCC;
    height: 40px;
    margin-bottom: 25px;
    margin-left: 200px;
    padding-bottom: 10px;
    text-indent: -9999px;
    width: 338px;
}
#container {
    background: url("../images/bg-box_bg.png") repeat scroll 0 0 transparent;
    color: #555555;
    margin: 100px auto;
    width: 780px;
    height: 493px;
}
#countdown_dashboard {
    height: 110px;
}
.dash {
    background: url("../images/dash3.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 116px;
    margin-left: 33px;
    position: relative;
    width: 108px;
}
.dash .digit {
    color: #4C4C4C;
    float: left;
    font-family: Times;
    font-size: 40pt;
    font-weight: bold;
    margin-top: 23px;
    position: relative;
    text-align: center;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
    width: 51px;
}
.dash_title {
    color: #555555;
    display: block;
    font-size: 9pt;
    letter-spacing: 2px;
    position: absolute;
    right: -24px;
    text-transform: uppercase;
    top: 110px;
}
.dev_comment {
    color: #777777;
    font-size: 14pt;
    font-style: italic;
    margin: 40px 10px;
    text-align: center;
}
#subscribe_form {
    position: relative;
}
#email_field {
    background: url("../images/email.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 12pt;
    height: 36px;
    margin-bottom: 16px;
    padding: 0 20px;
    width: 280px;
}
#subscribe_button {
    background: url("../images/butoon.png") repeat scroll center top transparent;
    display: block;
    height: 40px;
    left: 560px;
    position: relative;
    top: -53px;
    width: 150px;
}
#subscribe_button:hover {
    background-position: center bottom;
}
.copyright {
    color: #333333;
    font-size: 9pt;
    margin: 40px 0;
}
.faded {
    color: #999999;
}
.form_message {
    display: none;
    margin: 15px auto;
    padding: 10px;
    width: 400px;
}
#error_message {
    background-color: #FFFFEE;
    border-left: 5px solid #BBBB33;
    border-right: 5px solid #BBBB33;
    color: #777700;
}
#info_message {
    background-color: #F0F9FF;
    border: 1px solid #EEEEFF;
}
#loading {
    display: none;
    margin: 10px;
    position: absolute;
    text-align: center;
    top: 60px;
    width: 100%;
}
.progress_container {
    background: url("../images/progress_container.png") no-repeat scroll 0 0 transparent;
    height: 51px;
    overflow: hidden;
    padding: 1px;
    width: 550px;
    position: relative;
    left: 90px;
    top: 14px;
}
.progress_bar {
    background: url("../images/progress_bar.png") repeat scroll 0 0 transparent;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px 23px 23px 23px;
    behavior: url(../pie/PIE.htc);
    height: 51px;
    width: 0;
}
.tipsy { padding: 5px; font-size: 11px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 6px 8px 6px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-arrow { position: absolute; background:url(../images/tipsy.gif)  no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
  .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
  .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
  .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
  .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }   