Hello charlyanderson,
You don't need to include any code, we can get it all from the link.
I'm not sure what you want to do though, a better explanation might help.
The first thing I noticed was #wrapper doesn't scroll up far enough to see the contact information at the bottom. Add these bits highlighted in red and see how that works for you -
Code:
#wrapper {
background-repeat: repeat;
border: thin none #000000;
margin: 0 auto 50px;
min-height: 800px;
width: 1024px;
overflow: auto;
}
See
here to learn how overflow: auto; clears your floats.