

DIV.outer
{
   /* background-color: red;*/
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0px;
      display: block;
}
DIV.topmost
{
      position: fixed;
      left: 50%;
      width: 690px;
      height: 510px;
      margin-left: -345px;  /* half of width */
     /* margin-top: -255px;    half of height */
      background-color: transparent;
      display: block;
      clear: both;
      background-image: url('images/topmost.jpg');
      background-repeat: no-repeat;
}    
   
DIV.inner
{
      position: absolute;
      left: 50%;
      width: 690px;
      height: 510px;
      margin-left: -345px;  /* half of width */
     /* margin-top: -255px;    half of height */
      background-color: transparent;
      display: block;
      clear: both;
      background-image: url('images/bg.jpg');
      background-repeat: repeat-y;
}

DIV.endstrip
{
    position: relative;
      left: 50%;
      width: 690px;
      height: 20px;
      margin-left: -345px;  /* half of width */
     /* margin-top: -255px;    half of height */
      background-color: transparent;
      display: block;
      clear: both;
      background-image: url('images/botstrip.jpg');
}

/* OLD FOOTER
#footer
{ 

    position: fixed;
	text-align: center;
    color: white;
    padding: 5px;
    font-size: 8pt;
    text-align: center;
	font: 10pt Verdana; 
	background-color: Black;
	left: 40%;
	display: block;
 }*/
 #footer 
 {
    position: inherit;
    display: block;
    width: 800px;  
    text-align: center;  
    color: #7D5115;  
    font-size: 8pt;  
    text-align: center; 
    font: 10pt Verdana;  
    left: 50%;
    margin-left: -400px; 
    bottom: 0;
    padding-bottom:10px;
}

#footer a:link
{
    color: Navy;  
}
#footer a:visited
{
    color: Navy;  
}
#footer a:active
{
    color: Navy;  
}
#footer a:hover
{
    color: Navy;  
    text-decoration: underline;
}
 
.loading
{
    display: inherit;
    text-align: center;
    float: none;
    font: 10pt Verdana;
    color: #FFFFFF;
}

