
body {
    padding:0px;
    margin:0px;
    background-image: url(/pics/bg/bg.png);
    background-attachment:fixed;
    }


img {
   border-width:0;
}

.link {
Cursor: pointer;
Cursor: hand;
}


div.navigator {
  left: 150px;
  width: 90%;
  height: 30px;
  position: fixed;
}

div.navigator_bg {
  width: 200%;
  height: 30px;
  left: -150px;
  position: fixed;
}


table.navigator {
  width: 70%;
}


div.main table.main_table {
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  border:0;
}

.main_table {
  width:850;
  text-align:left;
  border:0;
}

.hint_table {
  width:650;
  text-align:left;
  border:0;
}


#bg {
   background-color:transparent;
}



#table_mainmenu {
  width:64;
  border:0;
  border-width:0;
  border-color:black;
  text-align:justify;
  border-spacing:0;
  border-padding:0;
  cellspacing:100;
  empty-cells:show;
}



