/*This is a very basic Reset code*/ html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, fieldset { margin: 0; padding: 0; border: 0; } body{ text-align: center; /* This is to make old browsers center the wrapper */ height: 100%; margin: 0; padding: 0; background-color: #000; } #wrapper{ width: 980px; margin-left: auto; margin-right: auto; background-color: #000; text-align: left; /* re-align the text back to left */ position: relative; } #center{ width: 1024px; height: 10px; position: relative; left: -512px; border-color: #000; } #flashcontent { height: 100%; border-color: #000; background-color: #000; } .style3 { color: #000 } body,td,th { color: #000; }
![]() |