html, body, div, ul, li, h1 {
  margin: 0;
  padding: 0;
}

 
body {
  background: url('/img/background_top.png');
  background-repeat: repeat-x;
  background-color: white;

  font: normal 14px Arial, Verdana, sans-serif;
  margin: auto;
  width: 820px;
}

img {
    border: 0;
}

a { 
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #3574a0;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header { 
  height: 100px;
  margin-bottom: 10px;
  margin-top: 50px;
  text-align: center;
}

.footer-navigation {
  clear: both;
}

.footer-navigation ul {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.footer-text { 

  padding-left: 10px;
  display: inline;
  font-family: Helvetica, "Arial";
  color: #333;
}

.donation {
  clear: both;
  text-align: center;
  margin: 20px;
}

/* Twitter >>> */
.twitter_area {
  text-align: center;
  margin-bottom: 10px;
}

#twitter_update_list li {
  list-style: none;
}
/* <<< Twitter */
