      html {
        height: 100%;
      }
      body { 
        background-color: white;
        text-align:center;
        padding: 0;
        margin: 0;
        font-family: arial; 
        height: 100%;
      }
      #splash {
        position: relative;
        border: solid 1px black;
        width: 600px;
        height: 400px;
        background-image: url(/images/splash/splash.jpg);
        margin: 0px auto;
        text-align: left;
      }
      h1 {
        position: absolute;
        background-image: url(/images/splash/flexbrite_logo.gif);
        top: 19px;
        left: 16px;
        width: 530px;
        height: 160px;
        margin: 0;
        padding: 0;
        border: none;
      }
      h1 span { display: none; }
      h1 a {
        position: absolute;
        width: 530px;
        height: 160px;
        margin: 0;
        padding: 0;
      }
      a { 
        font-family: arial; 
        color: black;
        text-decoration: none;
        font-size: 12px; 
      }
      a:hover {
        color: blue;
      }
      a#lubricity, a#lubricity:link {
        position: absolute;
        width: 337px;
        height: 50px;
        top: 270px;
        left: 90px;
        background-image: url(/images/t.gif);
      }
      a#conductive {
        position: absolute;
        width: 330px;
        height: 50px;
        top: 320px;
        left: 90px;
        background-image: url(/images/t.gif);
      }
      a#lubricity span {
        display: none;
      }
      a#lubricity:hover {
        background-image: url(/images/splash/link_1_over.jpg);
      }
      a#conductive span {
        display: none;
      }
      a#conductive:hover {
        background-image: url(/images/splash/link_2_over.jpg);
      }
      #industries {
        position: relative;
        width: 130px;
        height: 50px;
        top: 123px;
        left: 440px;
      }
      #industries a, #industries a:link {
        height: 13px;
        background-image: url(/images/t.gif);
        display: block;
      }
      #industries span {
        display: none;
      }
      .noshow {
        display: none;
      }