#waldorfbutton a:hover  {
   background-position: -224px 0%;
}

#newnanbutton a:hover  {
   background-position: -150px 0%;
}

#waldorfbutton a  {
   background: url(splashpagemedia/waldorfbutton.jpg) no-repeat 0% 0px;
   display: block;
   width: 224px;
   height: 210px;
}

#newnanbutton a  {
   background: url(splashpagemedia/newnanbutton.jpg) no-repeat 0% 0px;
   display: block;
   width: 150px;
   height: 210px;
}

#hznsplashpage  {
   width: 100%;
   height: 1px;
   overflow: visible;
   position: absolute;
   top: 50%;
   left: 0px;
}

#waldorfbutton  {
   visibility: visible;
   position: absolute;
   left: 464px;
   top: 263px;
   z-index: 2;
   width: 224px;
   height: 210px;
}

#newnanbutton  {
   visibility: visible;
   position: absolute;
   left: 111px;
   top: 263px;
   z-index: 2;
   width: 150px;
   height: 210px;
}

#bkgdelements  {
   background: url(splashpagemedia/bkgdelements.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 1;
   width: 800px;
   height: 600px;
}

#splashpage  {
   width: 800px;
   height: 600px;
   position: absolute;
   margin-left: -400px;
   left: 50%;
   top: -300px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #990000;
}


