#center {
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  padding-left:20px;
}

#fig {
  position: relative;
  margin: auto;
  font: 2px;
  width: auto;
  margin-top: 0px;
  height: 800px;
  text-align: center;
  float: left;
}
#desc {
  position: relative;
  margin: auto;
  float: right;
  margin-left:0px;
  width: 25%;

  color: rgb(30, 111, 145);  
  text-align: justify;
  font-family: Georgia,serif;
  font-size: 18px;
  line-height: 24px;
}

#footer {
    background: url("http://www.pensionmandate.com/images/logo_footer1.jpg") no-repeat scroll right bottom transparent;
    color: rgb(83, 99, 112);
    line-height: 16px;
    //margin: 10px auto 0px;
    min-height: 130px;
    width: 1200px;
}

#title {
text-align:center; 
font-size: 18px;
font-weight: bold;
font-family: Georgia,serif;
}