body { background: white ; color: black; font-size: 1em; margin: 0; padding: 1em 2em 0 2em; /*top right bottom left*/ } #side { width: 50%; float: left; padding: 0.5em 0 0.5em 5px; } #content { margin-left: 50%; padding: 0.5em; /*all four sides*/ } #header, #footer{ width: 100%; clear: both; padding: 1em 0.5em; /*top & bottom right & left*/ background-color: #ddd; } #container { border: solid thick gray; background-image: url(wideStripe.gif); background-repeat: repeat-y; background-position: 50% 0; overflow: hidden; }