a.images:hover {-webkit-filter:drop-shadow(11px 11px 20px black) 
						hue-rotate(270deg) 
						sepia(0.5);;
	}

html {font-family:Helvetica;
      color: #FF0000;
      text-align: center;
     }
	 
body { width:1024px;
       height: 668px;
       margin: 0 auto;
       margin-bottom: 0.01em;
       background: #f8f8f8;
       
}

#content {padding: 0;
	 margin-bottom: -100px;
	 padding-bottom: 100px;
	 border: 0;
	 height: 100%
	}
	 
#imageleft {position: absolute;
	    top:20%;
    	    margin-left: 100px;
	    padding-bottom: 100px;
	   }
	    
		
#imageright {position: absolute;
	     top: 20%;
	     margin-left:624px;
	     padding-bottom: 100px;
	}

#Footer	{ position: relative;
	 bottom: 0;
	  margin-left: 0;
	  width: 1024px; 100%;
  	  height: 100px; 
	  
	  }

a.footer {color: #FF0000;}
