

#examplemainlayer{
	margin-left:-420px; 
   top: 150px; 
   position: absolute;
   width: 840px; 
   height:1800px; 
   left: 50%; 

   BACKGROUND-COLOR: #FAFAFA;
   z-index:998; 
}

#examplelayer1 {
	position: absolute;
	width: 820px;
	height: 1640px; 
	left: 10px; 
	top: 20px; 
	background-color:#FFFFFF;
}

#examplelayer1_title{
	position: absolute;
	width: 800px;
	height: 37px; 
	left: 10px; 
	top: 10px; 
	background-color:#C0C0C0;

	FONT-SIZE:14pt;LINE-HEIGHT:28pt;COLOR:#FFFFFF;
	font-weight:bold;
}

#examplelayer1_content{
	position: absolute;
	 width: 780px; 

	  left: 10px; 
	  top: 60px;
	  
	padding:5px 10px;	  
	 background-color:#F7F7F7;
	 

}

#example1{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  left: 10px; 
	  top: 60px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example2{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  right: 10px; 
	  top: 60px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example3{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  left: 10px; 
	  top: 370px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example4{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  right: 10px; 
	  top: 370px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example5{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  left: 10px; 
	  top: 680px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example6{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  right: 10px; 
	  top: 680px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example7{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  left: 10px; 
	  top: 990px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example8{
	position: absolute;
	 width: 390px; 
	 height: 300px;
	  right: 10px; 
	  top: 990px;
	  
	 background-color:#F7F7F7;
	 display: table;

}

#example9{
	position: absolute;
	 width: 800px; 
	 height: 300px;
	  left: 10px; 
	  top: 1300px;
	  
	 background-color:#F7F7F7;

}

#example9 ul{ width:800px;}   
#example9 li{ width:400px; float:left;}  	
    

.eimg{
	position: absolute; 
	width: 390px; 
	height: 270px; 
	left: 0px;
	top: 0px; 
}

.eimg2{
	position: absolute; 
	top: 2px; 
}

img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.img2{
    position: relative;
    top: 0%;
    left: 0%;
        transform: translate(0%,0%);
}

.logoimg{
    position: relative;
    top: 0%;
    left: 0%;
        transform: translate(0%,0%);

}



.eimglabel{
	position: absolute; 
	width: 390px; 
	height: 30px; 
	left: 0px;
	top: 270px; 
	border-top:Solid 1px #E0E0E0;
	LINE-HEIGHT:22pt;
	text-align:center;
}