body {
    background-color: #f9f3ab;
    color: #333;
    font-family: Helvetica, Arial, Sans;
    font-size: 1em;
}

h1 { margin: 0px; padding: 0px; line-height: 50px; }
h1 a { text-decoration: none }

a {
    color: #8a710c;
    font-weight: bold;
}
a:hover { text-decoration: none; }

.stats-hit-count { font-size: 2.5em; font-weight: bold; vertical-align: top; text-align: center; }
.quiet { font-size: 70%; }

#container {
    position: absolute;
    display: block;
    width: 370px;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 15px;
    background: #fcca03 url(../img/content_back.png) top left no-repeat;
    overflow: hidden;
    border: 2px solid #333;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

#header {
    height: 50px;
/*     background: transparent url(../img/logo.png) top left no-repeat; */
    padding: 0px 0px 0px 55px;
}

#the-form label { font-weight: bold; }

#footer {
    margin-top: 15px;
    border-top: 1px solid #d2af21;
    padding-top: 15px;
    text-align: center;
    font-size: 0.65em;
}

#the-output.error {
    color: #a00;
/*     font-weight: bold; */
}

#itty-stats {
    width: 100%;
}
#itty-stats td.value {
    text-align: center;
}
