/*for background bottom_Right */
.bg_01 { 
  background-image: url("images/bg_01.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
} 
.bg_02 { 
  background-image: url("images/bg_02.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
} 
.bg_03 { 
  background-image: url("images/bg_03.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
} 
.bg_aboutus { 
  background-image: url("images/bg_aboutus.jpg");
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
} 