
html,body{
      width: 100%;
      height: 100%;
}
body {
      margin:  0px;
      padding: 0px;
      background: #ffffff;
      font-family: Verdana, "Lucida Grande", Arial, sans-serif;
      font-size: 75%;  /* 12px */
      line-height: 1.2em;
      color: #000;
}
/* a */
:link, :visited { 
   color: #0969ba;    
   text-decoration: none; 
   }
:link:focus, :visited:focus {
   outline: 0 none;  /* turn off focus box */
   }
:link:hover, :visited:hover {
   color: #366161; 
   text-decoration: underline; 
   }
:link:active, :visited:active {
   color: #366161; 
   text-decoration: underline; 
   } 
#main{
   position: absolute;
   z-index:10;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
	text-align: center;
}
#flash-content{  
     position: relative;
     top:0px;
     margin: 0 auto;
     padding-top: 25px;
     width: 930px;
     height: 575px;
     overflow:hidden;
     background: url(../_img/bg.png)  no-repeat;
}
#flash-gallery{
   position: absolute;
   z-index:5;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   text-align: left;
}
#searchable-content{
   position: absolute;
   left: -500px;
   width: 400px;
   height: 400px;
   overflow: auto;
}
#contact-tag{
	padding: 0px 15px 0 0;
	font-size: 0.9em;
	text-align: right;
}
#author-tag{
	padding: 5px 15px 0 0;
	font-size: 0.8em;
	text-align: right;
}
