@import url("general.css"); @import url("header.css"); @import url("main.css"); @import url("footer.css"); @import url("messages.css"); @import url("artistes.css"); * { margin: 0; padding: 0; } html { height: 100%; } body { text-align: center; height: 100%; } pre, div { text-align: left; } .content { margin-left: auto; margin-right: auto; width: 1000px; } .clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }