	
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		#page-wrap { position: relative; width: 90%; margin: 10px auto; padding: 20px; }
		p { FONT-FAMILY: Georgia,Times New Roman, serif; FONT-SIZE: 13pt;COLOR:#000066;   }



A:link {
	FONT-FAMILY: Georgia,Times New Roman, serif; COLOR:white; FONT-SIZE: 13pt; FONT-WEIGHT:normal; TEXT-DECORATION: none
}
A:visited {
	FONT-FAMILY: Georgia,Times New Roman, serif; COLOR: white; FONT-SIZE: 13pt; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
A:hover {
	FONT-FAMILY: Georgia,Times New Roman, serif; COLOR: white; FONT-SIZE: 13pt; FONT-WEIGHT:normal; TEXT-DECORATION: none
}
A:active {
	FONT-FAMILY: Georgia,Times New Roman, serif;  COLOR:  white; FONT-SIZE: 13pt; FONT-WEIGHT:normal: TEXT-DECORATION: none
}

|