Try adding
#header-top {
margin:0 auto 0 auto;
}
this will work in FireFox... haven't tried IE  but if IE doesn't do anything try adding:
body{
text-align:center;
}
and add to all your <div> tags which contains text or images a text-align:left; (this is because if you use the IE fix.. it will center EVERYTHING.. so to fix this issue you must align all the containers left.
I think in your case:
#footer, .content{
text-align:left;
}
should be enough 
__________________
The Eagle Soars Above You!
Please login or register to view this content. Registration is FREE
Last edited by SolidEagle; 01-12-2009 at 11:51 AM..
|