#ie-center {
  text-align:center;
}

#page {
  width:850px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2em;
  text-align:left;
  background-color: #FFF;
}

#page-content {
  position:relative;
  top:20px;
  margin-left:40px;
  margin-right:40px;
  padding-bottom:20px;
}

#header {
  position:relative;
  top:0;
  left:0;
  height:110px;
  overflow:visible;
}

#header #logo {
  position:absolute;
  top:0px;
  left:0px;
  width:165px;
  height:117px;
  background-image:url(../images/logo.gif);
  background-repeat:no-repeat;
}

#main {
  clear:both;
  margin-top:.2em;
}

#footer {
  margin-top:1.3em;
  margin-bottom:1.3em;
  color:#2c779f;
}