Set it the same way they do.
HTML Code:
body {
font: 11px arial, helvetica, sans-serif;
color: #000000; /*Font color*/
background: #FFFFFF url(../Images/misc/bg_main01.gif);
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
PLUS
HTML Code:
#Wrapper100{
width: 100%;
background: url(../Images/misc/bg_main01.jpg) repeat-x;
}
#Wrapper {
width: 811px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}
Have a look in the source code to see how they use the two "wrapper" elements.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|