#intro {
	background: #08446d url(intro.png) no-repeat;
	color: white;
	overflow: hidden;
	margin-bottom: 1.5em;
	padding: 18px;
}
#intro p, #intro ul {
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
}
#intro ul {
	list-style: none;
	margin: 0;
}
#intro ul li {
	float: left;
	line-height: 2em;
	text-align: center;
	width: 49%;
}
ul {
	list-style-position: inside;
	overflow: hidden;
	padding-left: 10px;
}
