div#welcome-bottom {
	background-color: #3eb54d;
	background-color: #046c12;
	height: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
}

div#welcome-top {
	background-color: #3eb54d;
	background-color: #046c12;
	height: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
}

div#body h2 {
	color: #217532;
	margin-top: .5em;
	background-color: white;
	border: none;
	background-image: none;
}
