body {
    margin: 0;
    font-family: Arial;
}
#topBanner {
    background: #000000;
    height: 100px;
    position: relative;
}
#bottomBanner {
    background-color: #262626;
    height: 20px;
    width: 100%;
}
#main {
    text-align: center;
}
.re-header {
    font-size: 26px;
    font-weight: normal;
    color: #666666;
    padding-top: 45px;
}
.re-header b {
    color: #333333;
}
.re-sub {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    padding: 25px 0 30px 0;
}
.re-sub b {
    color: #333333;
}
#button {
    background-color: #0696D7;
    color: #FFFFFF;
    margin: auto;
    padding: 8px 12px;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 1px 1px #888888;
    cursor: pointer;
}
#message {
    margin: auto;
    font-size: 12px;
    color: #666666;
    padding: 10px 0 0 0;
}
#counter {
    font-size: 12px;
    color: #000000;
}
#units {
    font-size: 12px;
    color: #000000;
}
#adsk91-logo {
    position: absolute;
    left: 17px;
    top: 13px;
}
#adsk91-home {
    display: block;
    width: 269px;
    height: 28px;
    background: url(./logo.gif) no-repeat top left;
    text-indent: -9999px;
    text-decoration: none;
}
