body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #965f2e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(ehrslices/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #maincontainer {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 960px;
	padding: 45px 0px 75px 50px;
	background-image: url(ehrslices/pattern-bg11.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #maincontainer .container {
	position: absolute;
}
/* flash movie */
.oneColFixCtr #maincontainer #flashcontainer {
	position: absolute;
	top: 190px;
}
.oneColFixCtr #maincontainer #flashmovie {
	position: absolute;
}
.oneColFixCtr #maincontainer #flashmovie #flashimage {
	position: absolute;
}
/* testimonial */
.oneColFixCtr #maincontainer #testimonialsheader {
	position: absolute;
	top: 436px;
	left: 274px;
}
.oneColFixCtr #maincontainer #testimonial1container {
	position: absolute;
	left: 293px;
	top: 485px;
	width: 600px;
}
.oneColFixCtr #maincontainer #testimonial1container h4 {
	color: #40382F;
	position: absolute;
	top: 15px;
	font-size: 14px;
}
.oneColFixCtr #maincontainer #testimonial1container #dot1 {
	font-size: 8px;
	position: absolute;
	top: 210px;
	color: #9d9e9f;
}
.oneColFixCtr #maincontainer #testimonial1container p {
	font-size: 11px;
	position: absolute;
	font-style: italic;
	line-height: 1.8;
	top: 50px;
	color: #40382F;
	width: 600px;
	text-align: justify;
}
.oneColFixCtr #maincontainer #testimonial1container a {
	font-size: 10px;
	top: 120px;
	left: 250px;
	text-decoration: none;
	font-style: normal;
	position: absolute;
}
.oneColFixCtr #maincontainer #testimonial2container {
	position: absolute;
	left: 293px;
	top: 700px;
	width: 600px;
}
.oneColFixCtr #maincontainer #testimonial2container h4 {
	color: #40382F;
	position: absolute;
	top: 15px;
	font-size: 14px;
}
.oneColFixCtr #maincontainer #testimonial2container p {
	font-size: 11px;
	position: absolute;
	font-style: italic;
	line-height: 1.8;
	top: 50px;
	color: #40382F;
	width: 600px;
	text-align: justify;
}
.oneColFixCtr #maincontainer #testimonial2container a {
	font-size: 10px;
	top: 120px;
	left: 320px;
	text-decoration: none;
	font-style: normal;
	position: absolute;
}
.oneColFixCtr #maincontainer #topbg {
	position: absolute;
	top: 477px;
}
.oneColFixCtr #maincontainer #midbg {
	position: absolute;
	top: 484px;
	height: 235px;
	background-image: url(ehrslices/mid-bg.png);
}
.oneColFixCtr #maincontainer #bttmbg {
	position: absolute;
	top: 719px;
}
/* footer */
.oneColFixCtr #maincontainer #footerbg {
	position: absolute;
	top: 954px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer {
	font-size: 10px;
	position: absolute;
	top: 975px;
	width: 360px;
	left: 26px;
}
.oneColFixCtr #maincontainer #orangepeelcontainer p {
	color: #3F2510;
}
.oneColFixCtr #maincontainer #orangepeelcontainer a {
	text-decoration: none;
	color: #3F2510;
}
/* link style */
a:link {
	color: #71ACA6
}
a:visited {
	color: #AE7037
}
a:hover {
	color: #3F382E
}
a:active {
	color: #6FAAA6
}
