@charset "utf-8"; /** * PAGE STRUCTURE * */ #l-holster { min-height: 100%; } html { min-width: 760px; } #i-header, #i-footer, .l-meat { margin: 0 auto; width: 930px; padding-left: 70px; } #l-header { position: relative; z-index: 9990; } #i-header { position: relative; } #l-footer { position: relative; height: 100px; margin-top: -100px; } #i-footer { overflow: hidden; padding-top: 16px; } .l-meat { margin-bottom: 100px; position: relative; margin-top: 70px; } .i-meat { padding: 0 236px 20px 138px; margin-left: 6px; } .l-content { float: left; width: 100%; } .i-content { position: relative; } .l-sidebar { width: 185px; float: left; margin-right: -236px; margin-left: 51px; } .i-sidebar { }