  #splash
  {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 310px;
    background-image: url('/images/home/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;
  }

  .emptyspace
  {  
    position: relative;
    width: 40px;
    float: left;
  }

  .panel
  {
    position: relative;
    top: 0px;
    width: 300px;
    height: 370px;
    background-image: url('/images/home/panel.png');
    float: left;
  }

  .panelcaption
  {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 260px;
    text-align: left;
    vertical-align: text-top;
    float: left;
  }

  .panelimage
  {
    position: absolute;
    top: 5px;
    left: 220px;
    width: 64px;
    height: 64px;
  }