#font-resize {
  top: 718px;
  left: 492px;
}  
#main {
  position: absolute;
  top: 750px;
  left: 164px;
  width: 492px;
  font-size: 65%;
  color: #383838;
}
  #main a {
    color: #155b92;
    font-weight: normal;
  }
  #main h1 {
    font-size: 110%;
    color: #155b92;
  }
#news {
  position: absolute;
  width: 468px;
  top: 566px;
  left: 492px;
  font-size: 65%;
}
  #news h1 {
    color: #ddf3fa;
    text-transform: uppercase;
    font-weight: bold;
  } 
  #news .inner {
    margin: 30px;
    margin-top: 30px;    
  }
  #news .col {
    float: left;
    width: 50%;
  }
  #news .col, #news .col a {
    color: #383838;
  }
  #news .col .more {
    font-weight: bold;
    color: #245b86;
  }
  #news .col h2, #news .col p {
    padding-right: 5px;
  }
  #news .col h2, #news .col h2 a {
  }
  #news .col h2 a {
    background-color: #2a98bc;
    color: #ffffff;
    padding: 3px;
    font-weight: normal;
  }

