body{background: #605F00;}
.slide {position: relative;
	margin: auto; 
	margin-top: -9px; 
	display: block;
	width: 750px;
}
.contact {position: absolute; 
	text-align: left; 
	margin-top: 300px; 
	margin-left: 545px; 
	width: 200px;  
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif; 
	font-size: .73em; font-weight: normal;
}
.footer {background: rgb(129,112,57); 
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif; 
	font-size: .7em; 
	width: 750px;  
	margin: auto; padding-top: 10px; padding-bottom: 10px; 
	text-align: center; 
	text-transform: uppercase; 
	z-index: 10; 
	position: relative; 
	margin-top: -3px;
}
.footElt {padding-left:20px; 
	padding-right:20px; 
	display: inline;
}
a:link {
    color: yellow;
    text-decoration: none;
}
a:visited {
    color: rgb(90,50,90);
    text-decoration: none;
}
a:focus {
    color: purple;
    text-decoration: none;
}
a:hover {
    color: teal;
    text-decoration: none;
}
a:active {
    color: blue;
    text-decoration: none;
}
 

