@import url("header.css"); @import url("content.css"); @import url("messages.css"); @import url("admin.css"); * { margin: 0; padding: 0; } html { height: 100%; } body { text-align: center; height: 100%; font: normal 80% Verdana, Helvetica, Arial, sans-serif; background-color: #1f1f1f; color: #c0c0c0; } pre, div { text-align: left; } .content { margin-left: auto; margin-right: auto; width: 1016px; } #header { border-bottom: solid 1px #555555; } #header .content { } #main_content { } #main_content .content { } #colonne { float: left; padding: 5px 5px 30px 11px; width: 184px; } #middle { float: left; width: 794px; padding: 5px 11px 30px 11px; } #footer { border-top: solid 1px #555555; } .clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }