*{   /* this * here is to kill any margins or padding in the page */
margin: 0px;
padding: 0px;
}



body {
    margin:2px 2px; padding:0px;
    text-align:center;
    
    background-image: url(../gifs/grad1.png);
  background-repeat: repeat;
    
    
    
    }
    /* {background-color:#b0c4de;} */


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: grey;
  padding: 10px;
  font-size: 20px;
}


a{
text-decoration: none;
}
.wrapper {
 width: 100%;
 height: 100%;
 //height: 600px;
 border: 2px solid #0ffff0;
 margin: 0px auto 0 auto;
 
  }
  
  .header {
 //  width: 300px;
  height: 25px;
   border: 10px solid #0hhff0;
  background-image: url(../gifs/brid1xx.JPG);
  background-repeat: no-repeat;
  margin: 0px auto 0 auto;
  padding: 10px;
  }
  
  .widthSet {
    max-width: 512px;
}
  .navbar {
	 
	  
  // width: 400px;
  height: 30px;
  background-image: url(../gifs/grads4.jpg);
  background-repeat: repeat;
  margin: 0px auto 0 auto;
   }
   .button a  {
   float: left;
   width: 170px;
   height: 30px;
   line-height: 32px;
   font-family: verdana;
   font-size: 50px;
   color: #FFF;
   //font-weight: bold;
   text-align: center;
   }
 .button a:hover  {
   float: left;
   width: 170px;
   height: 36px;
   line-height: 22px;
   font-family: verdana;
   font-size: 70px;
   color: #fff;
   //font-weight: bold;
   text-align: center;
   background-image: url(../gifs/grad1.png);
  background-repeat: repeat;
  }
  .mainbody{
   //width: 900px;
   //height: 100%;     
  // height: 200px;     
   font-family: verdana;
   font-size: 11px;
   color: #909090; 
   background-image: url(../gifs/grad1.png);
  background-repeat: repeat; 
  
  }  
  
  .footer {
  //  width: 900px;
  height: 55px;
  background-image: url(../gifs/gradh4.jpg);
  background-repeat: repeat;
  }
   
  #sampleDiv {
      zoom: 2.5; /* all browsers */
     -moz-transform: scale(2.5);  /* Firefox */
} 

.zoom1 {
      zoom: 2.5; /* all browsers */
     -moz-transform: scale(2.5);  /* Firefox */
} 

.ifra {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 150%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
 //position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.widthSet {
    max-width: 512px;
}

.heightSet {
    max-height: 64px;
} 