frontpage.css 339 B

123456
  1. @charset "UTF-8";
  2. * { padding:0;margin:0;border:0px; }
  3. html, body { height:100%; width:100%; overflow:hidden; background-color:#000000;}
  4. #menubar { height:50px; width:100%; overflow:hidden; position:absolute; top:0px; left:0px;color:#ffffff;z-index:10000}
  5. #mainframe { width:100%; overflow:hidden; position:absolute; top:50px; left:0px;}