#border {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 895px;
  height: 650px;
  top: 50px;
  background-image: url('../img/intro_bg.jpg');
  background-repeat: no-repeat;
}

#contentArea {
	position: relative;
	top: 190px;
	left: 50px;
	width: 800px;
	height: 380px;
	overflow-y: scroll;
	overflow-x:hidden;
	padding-right: 40px;
}

#subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 25px;
}

#companyInfo {
	position: absolute; 
	top: 600px; 
	left: 25px; 
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.2pt;
}

/* ------------------------------------------ Change Password styles --------------------------------------------- */

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:160%;
}