html { overflow: auto; }
html, body { height:100%; margin: 0; padding: 0; }
body {
	font: 11px Arial;
	color: #000;
	text-align: center;
	background-color: #fff;
	z-index: 1;
}

.clearer { height: 2px; font-size: 1px; clear: both;}

#container {
	position: relative;
	width: 100%;
	margin: 160px 0 0;
	height: 450px;
	text-align: left;
	background: #fff url(bg.gif) repeat-x;
}
#links {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 250px;
	text-align: center;
}
	#links a {
		position: absolute;
		top: -20px;
		display: block;
		width: 270px;
		height: 250px;
		clear: both;
	}
		#links a span {
			display: none;
		}
	#links a.link1 {
		background: url(HealthCareAssistant.png) no-repeat;
	}
	#links a.link2 {
		background: url(CareCiverPortal.png) no-repeat;
	}
    #links a.link3 {
		background: url(PhysicianPortal.png) no-repeat;
	}
	
.centeredContent {
  width: auto ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}
