BODY {
  background:  White;
  color     :  Black;
  margin    :      0;
  padding   :      0;
  overflow  : hidden;
}
#runner {
  /* #820912, #ED2345, #C4234F */
  background  :    Black;
  border-color:  #E2285A;
  border-style:    Solid;
  border-width:    0 5px;
  position    : absolute;
  left        :      40%;
  margin-left :   -200px;
  width       :    100px;
  height      :     100%;
  line-height :        0;
  overflow    :   hidden;
}
#runner IMG {
  margin : 0;
  padding: 0;
  float: left;
  width: 100px;
  height: 67px;
}
#logo {
  position  : absolute;
  top       :      50%;
  left      :      40%;
  margin-top:    -20px;
  width     :    400px;
/* height    :     40px; */
  overflow  :  visible;
}
#logo H1 {
  margin    :        0;
  padding   :        0;
  width     :    400px;
  height    :     40px;
  background: transparent
    url('/cars/graphics/splash_logo.gif')
    no-repeat top left;
}
#logo H1 SPAN {
  display: none;
}
/* ----------------- splash menu */
#menu UL {
  width      :     18em;
  font-size  :    1.0em;
  margin     : 5px auto;
  padding    :        0;
  list-style :     none;
  font-family: GillSans, "Gill Sans",
    "Trebuchet MS", sans-serif;
}
#menu UL LI {
  float     :    left;
}
#menu UL LI A {
  display   :   block;
  padding   :   2px 0;
  width     :     6em;
  background:    #FFF;
  color     :    #456;
  text-align:  center;
  text-decoration: none;
}
#menu UL LI A:hover {
  background:   #456;
  color     :   #FFF;
  text-decoration: none;
}
#menu UL:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* --- old version */
#splash2 #runner {
  width      :  200px;
}
#splash2 #runner IMG {
  width: auto;
  height: auto;
}
#splash2 #logo {
  left       :    50%;
}
