html, body {
    font-size: 100.01%;
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    background: #e2e3e5 url(/img/whitey.png) repeat;
}

.hidden {
    display: none;
}
#body, #body input, #body a {
    font-family: Georgia, serif;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5em 0;
}
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.8em;
}
em {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #006666;
}
a, .footer a,
#body a.at .target {
    color: #0000cc;
    text-decoration: underline;
    cursor: pointer;
}
em {
    color: #006666;
}
.footer {
    color: #555;
}
.wrap {
    width: 100%;
    margin: 0;
    position:relative; /* needed for footer positioning*/
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treated as min-height*/
    min-height:100%; /* real browsers */
}
.footer {
    width: 100%;
    margin-top: 10em;
    padding: 0;
    position: absolute;
    bottom: 1.5em;
}
.add-this-clear {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
    clear: both;
}
.logo {
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
    /*margin: 1em auto;*/
}
/* (width of footer-contents)60*(font of foo)0.9/(font of logo)1.3 = width of logo   */
.footer-contents {
    font-size: 0.9em;
    margin: 0 auto;
    white-space: nowrap;
}
.footer-contents {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.footer-table .footer-created a,
.footer-table .footer-created {
    text-align: right;
    color: #999;
    /*font-size: 0.9em;*/
}
.footer-table {
    width: 100%;
}
.footer-table td {
    vertical-align: top;
    width: 20%;
}
.footer-table a, .footer-table .link-block {
    display: block;
    margin-bottom: 0.4em;
}
#body a.at {
    text-decoration: none;
    color: #000;
}
.wwwizer {
    color: #bf0000;
}
.redirect-still-here {
    background-color: #fffed9;
    /*width: 60%;*/
    white-space: nowrap;
}
.checkout {
    background-color: #fffeb3;
    width: 40%;
    text-align: center;
    border-left: 1px solid #9e9e9e;
}
.top-products {
    border-bottom: 1px solid #9e9e9e;
    color: #000;
    /*font-size: 0.9em;*/
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}
.top-products td {
    padding: 0.5em 1em;
}
.redirect-still-here h2 {
    margin: 0 0 0.2em;
    font-size: 1em;
}
.redirect-still-here p {
    margin: 0;
    font-size: 0.9em;
}
.big-enough {
    font-weight: bold;
    font-size: 3.8em;
    margin-top: 2.7em;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
}
.not-so-small {
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
}
.not-so-small em {
    color: #aa0000;
}

.get-started {
    display: block;
    width: 180px;
    background: url(/butt-bg-red2.png) repeat-x left center;
    margin: 4em auto 0 auto;
    text-align: center;
    color: #fff;
    padding-left: 6px;
    height: 28px;
    border: 1px solid #752525;
    border-radius: 5px;
    text-decoration: none;
    padding-top: 7px;
    font-size: 17px;
    box-shadow: 0 2px 5px #333;
}
.get-started:hover {
    border-color: #000;
}
.get-started:active {
    box-shadow: 0 1px 2px #333;
    border-color: #000;
}
.facts-yeah {
    margin: 5em auto 2em auto;
    border-collapse: collapse;
    border: none;
    width: 1000px;
}
.facts-yeah td {
    width: 25%;
    border: none;
    padding: 0.5em;
    vertical-align: top;
}
.facts-yeah h2 {
    font-size: 1.1em;
}
.facts-yeah p {
    font-size: 0.9em;
}
