Add this to your wrapper's div style:
---> min-width: 900px; <----
It should look like this:
#wrapper {
background-color: black;
margin-top: 10px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
border: 5px outset #333;
width: 70%;
height: 1000px;
min-width: 900px; // <----- add...