/* Hack to use a centred layout */
#ie6-down {
text-align:center
}

#ie6-down #container {
text-align:left
}

#ie6-down #content-container {
height:320px
}

/* Double-margin float bug hack */
.homepage #ie6-down #content {
display:inline
}

.homepage #ie6-down #latest-news {
display:inline
}

/* The floated footer layout is completely broken in
   Internet Exploder 6 and lower... why does page content
   just disappear when it is floated? How am I supposed
   to fix that? Yeah, well replace the font-size scaling
   layout with a fixed one...
*/
#ie-all #footer {
height:34px
}

#ie6-down #footer {
height:54px
}

#ie-all #footer-logo {
height:40px
}

#ie-all #footer-links {
float:none;
position:absolute;
left:265px;
margin-left:0
}

#ie-all #footer-info {
float:none;
position:absolute;
left:460px;
margin-left:0
}

.homepage #ie-all #footer-links {
margin-left:0;
left:180px
}

.homepage #ie-all #footer-info {
margin-left:0;
left:375px
}