body {
  background-color: #F4ECE6;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}


#content {
  background-image: url(/images/splash_main_bg.gif);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -153px;
  margin-top: -122.5px;
  width: 306px;
  height: 225px;
}

#main {
  position: relative;
  margin: 30px;
  width: 246px;
  height: 165px;
}

#checker {
  height: 55px;
  font-weight: normal;
}

#buttons {
  position: absolute;  /* allows children to be positioned relative to this element */
  height: 46px;        /* Helps IE layout */
  left: 0;
  right: 0;
  width: 246px;
  bottom: 0;
}

h1 {
  color: black;
  margin: 1ex 0;
  padding: 0;
  font-size: 1em;
}

hr {
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  background-color: #004083; 
  padding: 0;
  border: 0; 
  margin: 0px !important;    /*this is the Firefox/Opera margin*/
  margin: -7px 0;                 /*this is the IE margin - 7px - less*/
}


.startButton {
  background: url(/images/start_button_bg.gif);
  border: 0;
  padding: 1px;
  width: 79px;
  height: 23px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 13px;
  margin: 0;
}

img.logo {
  margin: 0 0;
  vertical-align: middle;
  border: 0;
}