body { margin: 0; padding: 0; }
#splash-wrapper {
   position: relative;
   overflow: hidden;
   width: 874px;
   height: 584px;
}
#splash-image {
   width: 874px;
   height: 584px;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 0;
}
#splash-link1 {
   height: 200px;
   left: 115px;
   position: absolute;
   top: 175px;
   width: 300px;
   z-index: 1;
   cursor: pointer;
   overflow: hidden;
}
#splash-link2 {
   height: 200px;
   left: 470px;
   position: absolute;
   top: 175px;
   width: 300px;
   z-index: 1;
   cursor: pointer;
   overflow: hidden;
}