/* ############################### preloading-layout ############################### */ #progress { display:none; position:absolute; margin: 60px 0 0 250px; width: 240px; height: 15px; background-color:#333333; border:1px solid #999999; } #progress .bar { display:none; position:relative; width: 0px; text-align: center; font-size: 10px; height: 15px; background: #FF9933; color: #fff; font-weight: bold; } #progress p{ color:#ffffff; position:absolute; z-index:2; width:130px; text-align:center; margin-left:52px; }
