html { 
  padding:0px;
  margin:0px;  
  height:100%;
}

body {
  background-color: #fff;
  font-size: 10pt;
  font-family: Tahoma, Arial, SunSans-Regular, Sans-Serif;
  color:#000000;  
  padding: 0px;
  margin:0px;    
  width:100%;
  min-height:100%;
  height: 100%;  
}

#w_page {
  height: auto !important;
  min-height:100%;
  height: 100%;  
  text-align:center;
}

div.w_top {
  width:100%;
  height:107px;
  background: url('/gif/top1_bgr.gif') top left repeat-x;    
  margin: 0px 0px 10px 0px;
}
div.w_top img {
  margin: 34px 0px 0px 10px;
}
div.w_desc {
  width:94%;
  text-align: justify;
  margin:0 auto;
  margin-top: 20px;
  font-size:8pt;
}
div.w_image {
  width:100%;
  text-align: center;
  margin: auto 0;
}
#w_bottom {
  position:relative;
  width:100%;
  height:52px;
  margin-top:-52px;
  background: url('/gif/bottom_bgr.gif') repeat-x;
  color: #7D7E7E;
  font-size:8pt;
}
div.w_footer_guarantor {
 height: 52px;
 clear: both;  
}
div.w_title {
  margin: 5px 0px 15px 15px;
  font-weight: bold;
  font-size: 10pt;
}
div.w_copy_container {
  position:absolute;
  right:10px;
  bottom:20px;
}
