          /* hide from ie on mac */
          html, body, #index {
                height: 100%;
                overflow: hidden;
          }
          /* end hide */
          body {
                background: #ffffff;
                font: 86% Arial, sans-serif;
                margin: 0;                
          }
          div#index {
                  z-index:10;
                  position: absolute; 
                  visibility:visible;
          }
          div#horizon {
                 z-index:0;
                 position: absolute; 
                 text-align: center;
                 position: absolute;
                 top: 50%;
                 left: 0;
                 width: 100%;
          }
          div#content {
                 text-align: left;
                 margin: 0 0 0 -400px;
                 position: absolute;
                 top:-300px;
                 left: 50%;
                 width: 800px;
                 height: 600px;
                  }
          div#ipaint {
                 width:0%;
                 visibility:hidden;
          }
          index:focus {
                 outline:none;
          }
          div#header {
	        position: static;
	        width: 970px;
	        height: auto;
	        top: 0;
	        right: 0;
	        left: 0;
	        background: #000000;
	        padding-left: 27px;
	        padding-right: 27px;
	        padding-top: 26px;
	        padding-bottom: 25px;
	    }
          div#menu {
	        font-family: Arial, serif;
	        font-size: 10px;
	        font-weight: bold;
	        line-height: 2;
	        color: #ffffff;
	        position: static;
	        width: 970px;
	        height: auto;
	        right: 0;
	        left: 0;
	        background: #e0e1e1;
	        padding-left: 27px;
	        padding-right: 27px;
	        padding-top: 11px;
	        padding-bottom: 11px;
	        
	    }
          div#menu a {
          	  padding: 2px;
	    }
          div#menu a:link {
	    	  color: #ffffff;
	    	  background: #000000;
	    	  text-decoration: none;
	    }
	    div#menu A:visited {
	    	  color: #ffffff;
	    	  background: #000000;
	    	  text-decoration: none;
	    }
	    div#menu A:active {
	    	  color: #ffffff;
	    	  background: #000000;
	    	  text-decoration: none;
	    }
	    div#menu A:hover {
	    	  color: #ffffff;
	    	  background: #000000;
	    	  text-decoration: none;
	    }

          div#body {
	        font-family: Arial, serif;
	        font-size: 9px;
	        line-height: 1;
	        color: #777777;
	        position: static;
	        width: 970px;
	        height: auto;
	        //top: 188px;
	        right: 0;
	        //bottom: auto;
	        left: 0;
	        padding-left: 27px;
	        padding-right: 27px;
	        padding-top: 15px;
	        padding-bottom: 15px;
	    }
	    
          div#body p {
	        margin-top: 2px;
	        margin-bottom: 2px;
	    }
          div#body h2 {
	        margin-top: 2px;
	        margin-bottom: 2px;
	        font-family: Arial, serif;
	        font-size: 12px;
	        font-weight: bold;
	        color: #000000;
	    }
          div#body h3 {
	        margin-top: 2px;
	        margin-bottom: 2px;
	        font-family: Arial, serif;
	        font-size: 10px;
	        font-weight: bold;
	        color: #000000;
	    }
          div#body img {
	    	  background: #000000;
          }
          div#body a {
          	  padding: 2px;
	    }
          div#body a:link {
	    	  color: #7777ff;
	    	  text-decoration: none;
	    }
	    div#body A:visited {
	    	  color: #7777ff;
	    	  text-decoration: none;
	    }
	    div#body A:active {
	    	  color: #7777ff;
	    	  text-decoration: none;
	    }
	    div#body A:hover {
	    	  color: #7777ff;
	    	  text-decoration: none;
	    }
	    div#c {
	        margin: 0px;
	    }
	    div#cc {
		  color: #000000;
	        float: left;
	        margin: 0px;
	        font-size: 7px;
	    	  width: 34px;
	    	  height: 14px;
	    }
	    div#tt img {
	        width: 10px;
	        height: 20px;
	    }
	    div#tt {
	        float: left;
	        margin: 0px;
	        //width: 20px;
	        height: 20px;
	    }
          div#thumbs {
	        font-family: Arial, serif;
	        font-size: 9px;
	        line-height: 1;
	        color: #777777;
	        position: left;
	        width: 970px;
	        height: auto;
	        //top: 188px;
	        right: 0;
	        //bottom: auto;
	        left: 0;
	        padding-left: 27px;
	        padding-right: 27px;
	        padding-top: 15px;
	        padding-bottom: 15px;
	    }
	    
