﻿html, body {
    color:                          #ffffff;
    background-color:               #3b332c;
    font-family:                    Arial, Helvetica, sans-serif;
    font-size:                      12px;
    margin:                         0 0 0 0;
    padding:                        0 0 0 0;
    text-align:                     center;
}

body { margin:0; padding:0; overflow: auto; }

#head, #preload {
    position:                       absolute;
    left:                           -9999px;
    top:                            0px;
}

#body {
    width:                          400px;
    margin:                         100px auto;

}

/**
 * Remove the terrible focus outline border
 */
*:focus { outline: none !important; }
*::-moz-focus-inner {  border: none !important; }