#page-background {
	background: url(img/pageContent-background.png);
	width: 752px;
	height: 580px;
	overflow: hidden;
}

#pageContent {
	height: 480px;
	width: 652px;
	margin: 50px 50px 50px 50px;
	overflow: auto;
}

#pageContent p {
	margin: 0px;
	padding: 0px;
}

#pageContent h3,#pageContent h4 {
	font-weight: bold;
	font-size: 10px;
	margin-left: 20px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	background-image: url(img/Bmi-BLUE-BAR-TOP--3.gif);
	background-repeat: no-repeat;
	color: White;
}

#pageContent h4 {
	padding: 0px 50px 0px 50px;
	margin: 0px 50px 0px 0px;
	background-position: right;
	background-repeat: no-repeat;
	height: 17px;
	padding-top: 3px;
}

#pageContent p,#pageContent li {
	margin: 0px 20px 10px 20px;
	text-align: justify;
	font-size: 10px;
}

#homePage {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	font-style: italic;
	color: White;
	width: 550px;
	position: relative;
	top: 200px;
	left: 50px;
	overflow: auto;
	height: 300px;
}

#backButton {
	position: fixed !important;
	top: 690px;	
	left: 350px;
	width: 625px;
	text-align: center;
	background-color: transparent;
}

#backButton a {
	background-image: url(img/Orange_back.gif);
	background-repeat: no-repeat;
	font-size: 25px;
	text-decoration: none;
}

#backButton a:active {
	background-position: 0px -19px;
}

