body {
   background:white; 
 
   font-size:7pt; 
   vertical-align:middle; 
   color:#333333
}

a:link {
   color:#777777;
   text-decoration:none;
}
a:hover {
   color:#000000;
   text-decoration:none;
}
a:visited {
   color:#777777;
   text-decoration:none;
}
a:hover {
   color:#000000;
   text-decoration:none;
}


div {
   display:block;
   position:absolute;
   width:300px;
   text-align:center;
}

div.one {
   background-color:white;
   height:90px;
   top:20px;
   left:0px;
   width:800px

  
}


div.two {
   background:trans; 
   height:500px;
   width:500px;
   top:105px;
   left:140px;
   font-size:13px;
   font:normal 12px Verdana;
   text-align:left;
   color:#333333;
}

div.three {
   background:trans; 
   height:310px;
   width:310px;
   top:95px;
   left:120px;
   font-size:13px;
   color:#333333;
   z-index:200;
}



div.four {
   width:100px;
   background-color:trans;
   top:100px;
   left:15px;
   font-size:12px;
   text-align:left;
   font:normal 12px Verdana;
   line-height:0px;
   font-weight: bold;
   z-index:0;
}

div.five {
   text-align:left;
   top:400px;
   left:15px;

}

div.mainimage {
   text-align:center;
   top:200px;
   left:230px;
   text-align:center;

}

div.text {
   background:trans; 
   height:450px;
   width:450px;
   top:105px;
   left:435px;
   color:#333333;
   text-align:left;
   overflow:visible;
   line-height:18px;
   font-size:12px;
   font-family:Verdana;
}

div.test {
   background:trans; 
   height:450px;
   width:450px;
   top:105px;
   left:160px;
   color:#333333;
   text-align:left;
   overflow:visible;
   line-height:18px;
   font-size:12px;
   font-family:Verdana;
}

div.menu {
   width:150px;
   background-color:trans;
   top:100px;
   left:15px;
   color:#333333;
   text-align:left;
   overflow:visible;
   line-height:10px;
   font-size:12px;
   font-family:Verdana;
   z-index:300;
}

div.home {
   background:trans; 
   height:450px;
   width:450px;
   color:#111111;
   text-align:center;
   top:140px;
   left:150px;
   text-align:center;
   overflow:visible;
   line-height:24px;
   font-size:18px;
   font-family:Verdana;
}


img.show{
  border:0; 
  filter:alpha(opacity=1);
  -moz-opacity:1; 
  opacity:1; 
  position:absolute;
}

img.hide{
  border:0; 
  filter:alpha(opacity=0);
  -moz-opacity:0; 
  opacity:0; 
  position:absolute;
}
