/* home.css */

#MainPage {
  margin: 0 auto;
  width: 960px;
  background: #ededed url(/images/content/background-home.jpg) no-repeat 250px bottom; 
}

#MainContent {
  width: 670px;
  height: 460px;
  
}

#MainContent h1 {
  color: #023860;
  font-size: 32px;
  text-align: right;
  padding-top: 80px;
  padding-right: 10px;
  background: none;
}

#MainContent h2 {
  color: #023860;
  text-align: right;
  font-weight: normal;
  padding-right: 10px;
}

#MainContent p {
  color: #023860;
  text-align: right;
  padding: 10px;
}
