/* Supplemental CSS for the Logos page */

#logomap {
	margin-left: 20px;
}

#logoinfo_container {
	position: relative;
}

.logoinfo {
	text-align: center; /* See .logoinfo p rule below */

	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.logoinfo p {
	text-align: left;
	/* A bit of a kludge, but it keeps the images centered. */
}

