Div.WebOutside{ 
  width : 100%;
  height: 100%;
  z-index: 0;
  position : absolute;
  top : 0px;
  left : 0px;
  z-index: 0;
  background-color: #FFFFFF;
 }
Div.WebInside{
  position : relative;
  left : auto;
  right : auto;
  width : 1000px;
  height : 700px;
  text-align : left;
  z-index: 1;
  overflow: visible;
  /* border : dotted 1px black;*/
 }
 
Div.Over1{
  position : absolute;
  text-align : center;
  top : 90px;
  left : 381px;
  width : 240px;
  height : 200px;
  z-index: 3;
  overflow: hidden;
  /* border : dotted 1px black;*/
}
Div.Over2{
  position : absolute;
  text-align : center;
  top : 450px;
  left : 381px;
  width : 240px;
  height : 200px;
  z-index: 3;
  overflow: hidden;
  /* border : dotted 1px black;*/
}
Div.Over3{
  position : absolute;
  top : 272px;
  left : 25px;
  width : 200px;
  height : 200px;
  z-index: 3;
  overflow: hidden;
  /* border : dotted 1px black;*/
}
Div.Over3b{
  position : absolute;
  text-align : center;
  top : 272px;
  left : 201px;
  width : 200px;
  height : 200px;
  z-index: 3;
  overflow: hidden;
  /* border : dotted 1px black;*/
}
Div.Over4{
  position : absolute;
  top : 272px;
  left : 737px;
  width : 240px;
  height : 200px;
  z-index: 3;
  overflow: hidden;
  /* border : dotted 1px black;*/
}
 Div.Bottom{
  position : absolute;
  top : 750px;
  left : 10px;
  right : 10px;
  width : 980px;
  height : 60px;
  text-align : center;
  z-index: 2;
  overflow: hidden;
  /* border : dotted 1px black;*/
 }
