* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, pre, textarea, input, select { font: inherit; font-size: 1em; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, form, abbr, acronym, object { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
ul { list-style-type: none; }
/* //end reset */

body { 
  height: 100%; width: 100%; background: #75170c url('images/bg.png') repeat-x; text-align:left; font: 95% trebuchet ms, luxi sans, arial, helvetica, sans-serif;  
}
#content { overflow: hidden; background-color: #fff; width: 716px; padding: 20px; margin-top: -5px; }
#content h1 { margin: 20px; }


