body {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	
	text-align: center;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	
	background-position:top center;
	background-attachment:fixed;
	background-color:black;
	background-repeat:no-repeat;
	background-image:url(http://PikesPeakPracticalShooters.com/Media/PikesPeakPanorama.jpg);
}


/* Basic Elements all deleted to allow the foreign page control */
	
	

/* specific divs for my background and menu */


#pikespeak {
	/* Just creates space for the mountain photo to show with nothing on top of it */
	min-height:220px;
	height: auto; /* !important; */
	height: 220px;
}

#PPPS {
	/* Alignment for the 'Pikes Peak Practical Shooters' stylized text AND the menu */
	text-align: center;
	vertical-align:middle;
	margin-left: auto;
	margin-right: auto;
	}
	
#PPPS_Logo {
	margin-left: auto;
	margin-right: auto;
	/* position:fixed; */
	/* left:20px; */
	/* top:240px; */
	z-index:-100; 
	/* background-image:url(http://PikesPeakPracticalShooters.com/Media/PPPS_LTD.gif); */
	}