html, body{
  height:100%;
}

html{
  margin:0px;
  padding:0px;
}

body{
  margin:0px;
  padding:0px;
  min-width: 65px;
  width: auto;
  overflow-x:auto;
  overflow-y:scroll;
  font-size:12px;
  line-height:1.6;
  background-color:#000000;
  color:#DAA520;
  font-family:verdana, arial, helvetica, sans-serif;
  scrollbar-3dlight-color:#999999;
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:#666666;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#666666;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:#8B8B8B;
}

p,td {
  font-size:12px;
}

p {
  width:100%;
}

#language {
  position:absolute;
  left:0px;
  top:0px;
}

#menu {
  position:absolute;
  bottom:0;
  right:0;
}

#menu td {
  width:120px;
}
#menu td a{
  display:block;
  padding-left:15px;
  height:23px;
  line-height:23px;
  font-weight:bold;
  font-size:12px;
  vertical-align:middle;
  letter-spacing:1px;
  color:#000/*DAA520/*808000*/;
  background:#666666;
  text-decoration:none;
  filter:alpha(opacity=70); /* IE */
  -moz-opacity:0.7; /* Mozilla */
}

#menu td a:hover {
  background:#000/*8B0000*/;
  color:#DAA520;
  text-decoration:none;
  filter:alpha(opacity=100); /* IE */
  -moz-opacity:1; /* Mozilla */
}

#menu td a:active {
  background:#000;
  color:#DAA520;
  text-decoration:none;
  filter:alpha(opacity=100); /* IE */
  -moz-opacity:1; /* Mozilla */
}

ul {
  margin-top:5px;
  margin-bottom:5px;
  color:#DAA520;
  list-style:square;
  font-size:10px;
}

a {
  color:#808000;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#outer{
  display:table;
  min-height:100%;
  height:100%;
  width:1px;
  float:left;
}
