/*** 
set the width and height to match your images 
**/




#slideshow {
    position:relative;
    height:390px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 55%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: 390px;
			
	/* Set up positioning */
	position: fixed;
	top: 130px;
	left: 0;
}
		


#content {
	width: 100%;
	float:left;
	height:819px;
	background: url(../images/png.png) center no-repeat ;
	

}

#content_img {
	width: 100%;
	top:0px;
	height:821px;
	background: url(../images/Location.png) top center no-repeat ;
	z-index:1000000;
	position:absolute
	

}




#content a {
	color: #a82711;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
	padding: 10px;
}

