div#photoholder
{
   width:700px;
   height:600px;
   border:0px;
   margin-left:auto;
   margin-right:auto;
   background-image: url('../images/splash/loading.gif');
   background-repeat:repeat;
   display:none;
   margin-bottom:10px
}

div#messageholder
{
   width:700px;
   height:600px;
   border:0px;
   margin-left:auto;
   margin-right:auto;
   background-color:#3f0404;
   margin-bottom:10px
}

div#holderhider
{
   width:700px;
   height:600px;
   border:none;
   background-image:url('../images/splash/splash001.jpg');
   background-repeat:no-repeat;
   background-color:#330000;
   display:none
}

div#photoholder img
{
   border-style:none
}

.blend img
{
   opacity:0;
   -moz-opacity: 0;
   -khtml-opacity:0;
   filter: alpha(opacity=0);
   position:absolute
}


