#container
{
    padding:20px 10px 10px 20px;
    position:relative;
    visibility:visible;
    margin: auto; /* margin:auto = centers on page, with no resize due to set width */
    width: 660px; /* slightly larger width than all other sections to avoid any un-natural line breaks */
}
