The CSS box model - unfixed
This box derives its properties from this CSS rule:
#mainbox {
margin: 6px auto;
width: 450px;
border: 1px solid #666666;
padding: 24px;
}
If you are viewing this page with IE5 or IE5.5 Windows, then our box will measure 450 pixels wide (see the ruler above).