body { behavior: url("csshover3.htc"); }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    }
    
body       {
	min-height: 100%;
	min-width:1000px;
	height: auto !important;
	width:100%;
	height: 100%;
	position: relative;
	line-height: 1;
  font-family:Verdana;
  font: Verdana;
  font-size: 0.9em;
  color: #0E1A07;
  font-weight: bold;
  line-height: 1.5;
	}
	
#content_wrap   {
  background:url('../images/fon2.jpg') no-repeat top center white;
  height:100%;
  min-height:1600px;
  text-align:center;
	}
	
#content   {
  height:1600px;
	}

a {
color: white;
text-decoration: none
}

a img {
border: none;
}

.hoverbox  
{  
     cursor: default;  
     list-style: none;  
}  

.hoverbox div  
{  
     cursor: default;  
}  

.hoverbox div .preview-left  
{  
     display: none;  
}  

.hoverbox div:hover .preview-left 
{  
     display: inline;  
     position: absolute;
     left: 110px;
     top: 0px;     
     z-index: 1;  
}  

.hoverbox div .preview-right  
{  
     display: none;  
}  

.hoverbox div:hover .preview-right
{  
     display: inline;  
     position: absolute;
     right: 110px;
     top: 0px;     
     z-index: 1;  
}  

.hoverbox img  
{  
     background: #fff;     
     color: inherit;  
     padding: 2px;  
     vertical-align: top;  
}  

.hoverbox .preview-left 
{  
     border-color: green;
     border-width: 2px;   
}

.hoverbox .preview-right 
{  
     border-color: green;
     border-width: 2px;   
}
