
#page {
   position:relative;
   z-index:1;
   top:80px;
   left:0;
   width:70%;
   height:auto;
   margin:auto;
   margin-bottom:250px;
}

#page .pg_title1 {
   position:relative;
   z-index:110;   
   top:0;
   left:0;
   width:100%;
   height:auto;
   font-size:2.6em;
   font-weight:700;
}

#page .pg_title2 {
   position:relative;
   z-index:120;   
   top:20px;
   left:0;
   width:100%;
   height:1px;
   background:#333;
}

#page .pg_txt {
   position:relative;
   z-index:130;   
   top:100px;
   left:0px;
   width:100%;
   height:auto;
   font-size:1.4em;
   margin:auto;
}






