
body, html {height: 100%;overflow:hidden; background-color:#000000;font-size:62.5%;position:relative;}
#outer {width: 100%;height: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
#middle {width: 100%; text-align: center;height:auto;}
#inner {width: 472px; margin-left: auto; margin-right: auto; text-align: left;}
#middle {position: absolute; top: 50%;}  /*  for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%} /*   for explorer only */
#container {width:472px;height:158px;background: url(../images/splash.gif) top left no-repeat;position:relative;}
#container a {color:#ffffff;font-size:3.5em;text-decoration:none;position:absolute;top:110px;right:65px;font-family:helvetica, sans-serif;}
#container a:hover {text-decoration:underline;}
*:first-child+html #outer {width:100%;height:100%;position:relative; }
*:first-child+html #middle {position:absolute; top:50%;}
*:first-child+html #inner {position:relative; top:-50%;}

ul {width: 750px;}
ul li {
   display: inline;
   margin: 0 4px;
   background: url(../images/white_small_logo.gif) center right no-repeat;
   padding-top: 8px;
   padding-bottom: 5px;
   padding-right: 22px;
   font-family:helvetica, sans-serif;
color: #ffffff;
   text-decoration: none;
   font-size: 1.8em;
   font-weight: bold;
}
ul li#envirolink {
   background-image: none;
   padding-right: 0;
}


* html ul {width:auto;}
