@charset "utf-8"; /* CSS Document */ @charset "utf-8"; /* CSS Document */ @import url("reset.css"); html, body { margin:0; padding:0; width:100%; /*height:100%;*/ /*font-family:Arial, Helvetica, sans-serif;*/ font-family: "rsuregular"; font-size:12px; color:#000000; text-align:center; /*background:url(../images/img-index/bg-gold.jpg) fixed;*/ /*background:#1a9bff;*/ } h1, h2, h3, h4, h5, h6, p, ul,ol, li { padding: 0; margin: 0; } h2 { font-size:16px; } .left { float:left; } .right { float:right; } a { color:#ffffff; } /****************************************/ #page { min-height: 100%; height: auto !important; height:100%; padding-top:50px; margin: 0 auto -500px; /* the bottom margin is the nagative value of the footer's height */ /*background:url(../images/ndd_background_01_2.jpg) repeat-x;*/ font-size:12px; /*border:1px solid #000000;*/ } #wrapper { position:relative; text-align:left; width:850px; margin-right:auto; margin-left:auto; padding-top:40px; /*margin-top:0px; margin-bottom:0px;*/ /*border:1px solid #000000;*/ } p.text { font-weight:normal; font-size:14px; color:#ffffff; } #col-left { position:relative; float:left; width:400px; height:452px; } #col-right { position:relative; float:right; width:450px; height:441px; } #col-bottom { position:relative; clear:both; margin-right:auto; margin-left:auto; width:700px; height:100px; }