html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html, body {
    height: 100%;
}
body {
    background-color: #F0F0F0;
   font-family: Verdana,Geneva,sans-serif;
   font-size: 1em;
   line-height: 1.4em;
   color: rgb(102, 102, 102);
}
a {
   color: rgb(102, 102, 102);
}
a:hover {
   color: rgb(32,32, 32);
}
p {padding-bottom: 20px;}
h1 {font-size: 1.5em; padding-bottom: 12px; color: #FF3300; text-shadow: 1px 1px rgb(88,88, 88);}
h2 {font-size: 1.2em; padding: 8px 0 5px 0; color: #FF3300; text-shadow: 1px 1px rgb(88,88, 88);}
b {color: #FF3300; }
.info {font-size: 0.8em;}
* {
    margin: 0;
}
#wrapper {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
}
#content {
    margin: 50px auto auto auto;
    padding: 30px;
    position: relative;
    width: 920px;
    height: 70%;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
}
#footer {
    width: 920px;
    margin:10px auto;
}
