Forum Moderators: not2easy
body
{
background: #000000;
text-align:center; /* for IE */
}
#container
{
text-align:left;
width: 1000px;
margin: 0 auto; /* for the rest */
background: #000000;
} #footer {
clear: left;
background: #000000;
text-align: center;
} $('div').css("display", "inline");
body {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FF0000;
font-size: 12px;
text-align:center; /* for IE */
}
#header {
background-color: #000000;
width: 100%;
height: auto;
text-align: center;
}
#content-container {
background-color: #000000;
width: 1000px;
height: auto;
margin: 0 auto; /* for the rest */
}
#content-left {
background-color: #000000;
padding-top: 80px;
float: left;
width: 20%;
height: auto;
line-height: 0;
text-align: center;
}
#content-centre {
background-color: #000000;
padding-top: 40px;
padding-bottom: 80px;
float: left;
width: 45%;
height: auto;
text-align: left;
}
#content-right {
background-color: #000000;
padding-top: 55px;
padding-bottom: 80px;
float: left;
width: 35%;
height: auto;
text-align: left;
}
#footer {
background-color: #000000;
clear: both;
width: 100%;
height: auto;
text-align: center
}