html, body {
	background-color: #edecec;
}

a {
  text-decoration: none;
  color: #acacac;
}

a:hover {
  color: #000000;
}

#centeredContent {
	width: 760px;
	height: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -240px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

#invescoLogos {
  width: 730px;
  background-color: #edecec;
  padding-bottom: 15px;
  
}

#invescoPanel {
  width: 730px;
  padding: 15px;
  background-color: #ff00ff;
  
}

#manMountains07 {
  float: left;
  width: 214px;
  background-color: #fdfdfd;
  margin-top: 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-left: 15px;
  vertical-align: top;
}

#highlightPanel {
  margin-top: 15px;
  background-color: #333333;
  float: left;
  width: 456px;
}

#invesco07 {
  float: left;
  width: 213px;
  background-color: #ff0000;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 15px;
}

#manMountains06 {
	float: left;
	width: 213px;
  background-color: #00ff00;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 15px;
}

#linkInvesco {
  float: left;
  width: 213px;	
}

#link06 {
  float: left;
  width: 213px;
}

.headingImage {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.description {
	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 15px 0px 15px 0px;
}

.lightdescription {
	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
	padding: 15px 0px 15px 0px;
}

#link07 {
  float: left;
  width: 228px;
  padding: 15px;
}  



#footer {
 	font: 11px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
  width: 760px;
  margin-top: 10px;
}
