body {
	background: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	letter-spacing: 1px;
	/*text-shadow: 1px 1px 2px #gray;*/
	}
    
A:link, A:visited {
	color: #990000;
	}
	
A:hover {
	color: #660000;
	text-decoration: none;
	}
        
/****** PAGE LAYOUT ******/

#top {
 position: fixed;
 width:auto;
 height:auto;
 top: 3px;
 left: 105px;
 margin:0;
 padding:5px 5px 5px 5px;
}

#image {
 position: fixed;
 top:70px;
 left:120px;
 width:100%;
 height:100%;
 margin:50px 0px 0px 0px;
 padding:0;
}

div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#left {
 position: absolute;
 width:auto;
 height:auto;
 top:0;
 left:0;
 margin:0;
 padding:5px 5px 5px 5px;
}
 
#image_index {
 position: center;
 margin:0;
 padding:0;
 top:0px;
}
