|
|
|
|
|
|
|
|
|
#6 |
|
You can now put whatever you want in this space :)
Join Date: Feb 2007
Location: Australia
Posts: 658
|
Is this a fixed width site - if so then give your wrapper a width (which will also pull things together)
Code:
.wrapper {
margin : 0px auto;
width: 991px; /* used because that is the width of your background image */
}
|
|
|
|
|
|