I think I know what you are trying to accomplish but may be wrong.
find this:
change to this:Code:#headerWrapper{ margin:0; padding:0; background: transparent; }
find this:Code:#headerWrapper{ background:#e5edf5; }
change to this:Code:#mainWrapper { background-color: #ffffff; text-align: left; width: 850px; vertical-align: top; border: 1px solid #9a9a9a; }
not sure if this is what you want.Code:#mainWrapper { background-color: #e5edf5; text-align: left; width: 850px; vertical-align: top; border: 0px solid #e5edf5; }


Reply With Quote
