body
 {

  background: url('../img/ban7.png') no-repeat center center fixed;
  background-size: cover;
   /* background: url('img/grad-ban-bg.png') repeat-x;*/
   /*background-image: linear-gradient(rgb(72, 170, 236), rgb(47, 66, 80));*/
     

     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
    /* color:#00ff00;*/
    background-color:#47a5e4;
    color:rgb(243, 239, 239);
     font-family: Arial, sans-serif;
  
   }

   a.link
   {
    text-decoration: none;
    color:white;
   }

   a.link_active
   {
    text-decoration: none;
    color:white;
   }

   .bord
   {
    border:1px solid orange;
   }

   .border_shadow
   {
    box-shadow: 1px 1px 15px 2px #00000066;
    border-radius: 5px;
    
   }

   .red_border
   {
  
    border:1px solid rgb(255, 0, 93);
   }

   .margin_top_10px
   {
    margin-top:10px;
   }
   .margin_top_20px
   {
    margin-top:20px;
   }

   .margin_top_50px
   {
    margin-top:50px;
   }

   .margin_top_70px
   {
    margin-top:70px;
   }

   .margin_left_5px
   {
    margin-left: 5px;
   }



   .main_con
   {
    width:1070px;
    margin:0 auto;
   }

   .navbar
   {
    margin:0 auto;
    width:800px;
    height:40px;
   }

   .banner_div
   {
    
    height:40px;
    text-align: center;
    
   }

   .intro
   {
    padding-left:10px;
    padding-top:5px;
   }

   html 
   {
    padding-bottom:120px;
    position: relative;
    min-height: 100%;
  }

   .footer 
   {   
    text-align: center;
    width:100%;
    position: absolute;
    bottom: 0;
  /* padding-left:24px;*/
  
    line-height: 40px; /* Vertically center the text there */
    /*background-color: #f5f5f5;*/
    color:#e6ebec;
   /* border-top:1px solid rgba(255, 255, 255, 0.326);
    background: rgba(203, 234, 255, 0.118) ;*/
  }

  .marginR_10
  {
    margin-right: 10px;
   
  }

  img {
    /*image-rendering: auto;*/
    /*image-rendering: crisp-edges;*/
   image-rendering: pixelated;
  
    /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    /*image-rendering: -webkit-optimize-contrast;*/
  }

  .gallery_txt
  {
    padding-left:10px;
    padding-right:10px;
    display:block;
  }

