

body {
    background-color : #000000;
    background-image : url('../images/background.png');
    background-repeat : repeat;
    color : #00e6ff;
  }


a {
    color : #81f909;
    font-style : italic;
    text-decoration : underline;
  }


#divGenTime {
    bottom : 1px;
    color : #336882;
    position : absolute;
    right : 0px;
  }


#divOrnamentUpperLeft {
    top : -100px;
    position : absolute;
    left : -100px;
    background-image : url('../images/ornament_upper_left2.gif');
    width: 333px;
    height: 333px;
  }


#divOrnamentLowerRight {
    bottom : 0px;
    position : absolute;
    right : 0px;
    background-image : url('../images/ornament_upper_left.gif');
    width: 233px;
    height: 233px;
  }


#divPadUpperLeft {
    left : 0px;
    position : absolute;
    top : 0px;
    background-image : url('../images/pad_upper_left.png');
    width: 120px;
    height: 120px;
  }


#divPadUpperRight {
    position : absolute;
    right : 0px;
    top : 0px;
    background-image : url('../images/pad_upper_right.gif');
    width: 121px;
    height: 120px;
  }


#divPadLowerLeft {
    bottom : 0px;
    left : 0px;
    position : absolute;
    background-image : url('../images/pad_lower_left.gif');
    width: 119px;
    height: 120px;
  }


#divMenu {
    background-image : url('../images/menuBar_upper.png');
    background-repeat : repeat-x;
    left : 120px;
    position : absolute;
    right : 120px;
    top : 48px;
  }


#divModule {
    left : 140px;
    position : absolute;
    top : 140px;
    bottom : 120px;
    right : 120px;
  }


#divLeftLine {
    bottom : 120px;
    left : 47px;
    position : absolute;
    top : 120px;
    width : 27px;
    background-image : url('../images/menuBar_right.png');
  }


#divOrnamentBgr {
    background-image : url('../images/background2.gif');
    background-repeat : repeat;
    left : 0px;
    overflow : hidden;
    top : 0px;
    height: 768px;
    width: 840px;
  }


.clsMenuItems {
    padding-left : 20px;
  }


.clsBoxContent {
    border-bottom-color : #1797ff;
    border-bottom-style : double;
    border-left-color : #1797ff;
    border-left-style : double;
    border-right-color : #1797ff;
    border-right-style : double;
    border-top-color : #1797ff;
    border-top-style : double;
    max-width : 700px;
    width : 100%;
  }


