html, body {
  height: 100%;
}

body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.clearboth {
  clear: both;
}

#main_table {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  #main_table td {
  }

#cell {
  position: relative;
  /* IE7 */ //position: static;
  width: 100%;
  height: 100%;

}

#search_box_wrap {
  position: relative;
}

#search_box {
  position: relative;
  height: 54px;
  background: transparent url('../images/black_bg.png') left top repeat-x;
  width: 800px;
  margin-top: -40pt;
}

  #search_box #sb_left, #sb_righ {
    width: 15px;
    height: 54px;
    border: 0;
    position: absolute;
    top: 0;
  }
  
  #search_box #sb_left {
    left: -15px;
  }
  
  #search_box #sb_righ {
    right: -15px;
  }
  
  #orange_ball {
    position: absolute;
    z-index: 3;
    left: 10px;
    top: -35px;
    width: 128px;
    height: 127px;
  }
  
  #s_form {
    position: relative;
  }

  #query_examples {
    font-family: trebuchet ms, tahoma, sans-serif;
    font-size: 8pt;
    color: #a7a7a7;
    position: absolute;
    top: 50px;
    left: 150px;
  }
  
    #query_examples a {
      color: #a1a1a1;
    }
    
    #query_examples a:hover {
      text-decoration: none;
    }
  
  #search_input {
    position: absolute;
    top: 15px;
    left: 150px;
    border: 1px solid #aaa;
    font-size: 12pt;
    padding: 2px 3px;
    color: #444;
    width: 552px;
    background: #fff url('../images/search_input_bg.png') left top repeat-x;
  }
  
  #search_btn {
    position: absolute;
    left: 719px;
    top: 11px;
    height: 34px;
    width: 79px;
  }

#footer_wrap {
  position: absolute;
  bottom: 5pt;
  /* IE7 */ //bottom: 10pt;
  left: 0;
  text-align: center;
  width: 100%;
}

  #credits {
    font-family: trebuchet ms, sans-serif;
    color: #b7b7b7;
    font-size: 8pt;
  }
  
    #credits a {
      color: #a1a1a1;
    }
    
    #credits a:hover {
      text-decoration: none;
    }
  
