General
@charset "utf-8"; /* CSS Document */ body { background: #000 url(../images/bg2.jpg) repeat-x left bottom fixed; color: #3e3e3e; font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin: 0; padding: 0; } div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote { margin: 0; padding: 0; } a:focus { outline: medium none; } img { border: 0 none; } input, textarea { font-family: Arial,Helvetica,sans-serif; font-size: 14px; padding: 2px 3px 2px 5px; } ol, ul { list-style: none outside none; } ul li { list-style: none outside none; margin: 0; padding: 0; } .clear { clear: both; display: block; font-size: 0; height: 0; line-h...