/*footer*/

div.container {
  width: 720px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
div.imageBox {
  height: 80px;
  padding: 0px;
}

div.image {
width: 532px; /*the width of the element*/
height: 77px; /*the height of the element*/
position: absolute; /*absolute position to center the element in relation to its parent element*/
left: 64%; /*the left border of the element is positioned at half of the available width of the parent element*/
top: 50%; /*the top border of the element is positioned at half of the available height of the parent element*/
margin-left: -265px; /*half of the element width is removed from the left margin to center it*/
margin-top: -38px; /*half of the element height is removed from the top margin to center it*/ 
border: thin solid #000;
}

div.textBox {
  width: 18%;
  float: left;
  padding: 0px 0px 0px 0px;
  text-align: left;
  height: 180px;
  margin-top: 30px;
}

div.footerbox {
  text-align: center;
  height: 15px;
  color: #3F89C3;

}

div.textBox a:link,a:active,a:visited {
	color:#3A4F71;
	text-decoration:none;
}
div.textBox a:hover {
	text-decoration:underline;
}
