BODY
{
 background: url("images/water.jpg") #3B7BAB;
 margin: 0px;

 font: 12pt "Times New Roman", Times, serif;
 color: white;
}

A { color: white; text-decoration: none; }
A:hover { text-decoration: underline; }

TABLE { text-align: center; margin: auto; width: 500px; }

#water
{
 position: absolute; 
 z-index: 5; 
 width: 100%; 
 height: 100%; 
 overflow: hidden;
 top: 0px; 
 left: 0px;
 background: transparent;
}

#portal
{
 width: 100%;
 height: 100%;
 text-align: left;
 background: transparent;
 z-index: 10;
 position: absolute;
 left: 0px;
 padding: 0px;
 overflow: hidden;
 vertical-align: top;
}

#calfish
{
 width: 250px;
 height: 150px;
 background: transparent;
 position: absolute;
 left: 5px;
 z-index: 15;
}

