/* CSS Document */

body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
border:0; font-family:inherit; font-size:100%; font-style:inherit; font-weight:inherit; margin:0; padding:0; }
li { list-style-type:none; }
a { outline:none; }
a img { border:none; }

/* ------------------------------------------------------------------------------------------
BODY & BASICS */

body { background:#000000 url(images/bkgBody.jpg) repeat top left; color:#ffffff; text-align:center; }
img { border:0; }

/* ------------------------------------------------------------------------------------------
TYPOGRAPHY */

body { font-family:arial, helvetica, sans-serif; font-size:75%; line-height:1.5em; }

/* ------------------------------------------------------------------------------------------
LAYOUT */

div#container { margin:0 auto 0 auto; width:1006px; }
