html
{
  height: 100% ;
}
body
{
  overflow: hidden ;
  height: 100% ;
}
td img {display: block;}
#top_layer
{
  height: 90%;
  width: 100.5%;
  overflow: auto;
  margin: 0px;
}
#bottom_layer
{
  font-size: 0.8em;
  color: white;
  height: 10%;
  padding: 10px;
  background: -webkit-gradient( linear, left top, left bottom, from(#930), to(#fff) );
  background: -moz-linear-gradient(top,  #930,  #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#993300', endColorstr='#ffffff');
}
#bottom_layer a:link
{
  text-decoration: none ;
  color: #FFF ;
}
#bottom_layer a:hover
{
  text-decoration: none ;
  color: #FC0 ;
  font-weight: bold ;
}
#back_home
{
  //margin: 5px;
  font-size: 0.8em;
  //width: 44px;
  /* [disabled]height: 19px; */
  /* [disabled]z-index: 1; */
}
#back_home a:link
{
  text-decoration: none;
  color: #C60;
}
#back_home a:hover
{
  text-decoration: none;
  color: #993;
  font-weight: bold;
}
