@charset "utf-8";
.health #container { 
	width: 780px;
	height: 710px; /* height normally 100% but fixed to disply background image */ 
	background: #8699D3;
	background-image: url(../images/index_bgnd.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 50px 0px; /*	bottom margin equals navigation height to make room at foot of viewport */
}

.health #mainContent {
	background: none; 
	margin: 0 440px 0 0;
	padding: 220px 30px 0px 40px;
	color:#FFFFFF;

}

.health #container #mainContent span {
	color:#FFFF04;
	font-weight:bold;
}

