
body { 
   background-color: transparent; 
   background-image: url(gringobanner.jpg); 
   background-repeat: no-repeat; 
   background-position: top; 
   padding: 20px;
  
}


img.cjpromo{

   margin-left: 280px;
   margin-top: 175px;
   position: absolute;
   height: 225px;
   width: 170px;
   }

img.cjpromo:hover img{
hover-img: url (anotherimage.jpg);
}

img.menu1 {

   margin-top: 180px;
   margin-left: 130px;
   
}

img.menu {

  
   margin-left: 130px;
   
}


#footer {

    font-family: tempus sans ITC;
    font-size: .9em;
    clear: both;
    margin-left: 70px;
    position:absolute;
    top:500px;
        
}



a.linkopacity img {

   filter:alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5;
}

a.linkopacity:hover img {

   filter:alpha(opacity=100);   
   -moz-opacity: 1.0;   
   opacity: 1.0;
}


