  #splash
  {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 310px;
    background-image: url('/images/solutions/software/splash.png');
  }

  #splashheader
  {
    position: absolute;
    top: 20px;
    left: 455px;
    width: 505px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", "Sans-Serif";
    font-size: 36px;
    font-weight: normal;
  }

  #splashcontent
  {
    position: absolute;
    top: 142px;
    left: 455px;
    width: 505px;
    text-align: left;
    text-decoration: none;
    color: #d2d2d2;
    font-family: "Segoe UI", "Tahoma", "Verdana", "Arial", "Sans-Serif";
    font-size: 13px;
    font-weight: normal;
  }