This DIV is centered on the page using the following CSS:
#content has a liquid layout of 80% and centers the "box" with "auto":
- width: 80%
- border: 1px inset black
- margin: auto
- padding-right: 20px;
padding-left: 20px (keeps the content from touching the interior of the box)
- text color: #333333
- background-color: #FFFFFF (the BODY background is different from the "box" background" - allowing the text to be readable)
- Return to CSS