/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
/*Base Styles*/
body { font:13px Georgia, "Times New Roman", Times, serif; background-color: #FFF; color: #333333; height:100%; margin-top:15px;}

#table_content {background:url(img/BG-content.jpg) top no-repeat #000; height:420px;}
#content {background:url(img/BG-content.jpg) top no-repeat #000; height:420px; width:944px; padding:0; margin:0;}

