html,body {
  margin:0;
  padding:0;
}

div#header h1{
      padding-top: 60px;
      height:80px;
      line-height:80px;
      margin:0;
}

div#articles-index {
  margin-top: 32px;
}

div#container{
  background: white;
  width:800px;
  padding: 5px;
  margin:0 auto;
  margin-top: 24px;
}

div#navigation{
  padding-top: 50px;
  padding-right: 25px;
  float:left;
  width:400px
}

div#extra{
  padding-top: 50px;
  float:right;
  width:375px
}

div#footer{
  clear:both;
  padding-top: 10px;
  width:100%
}


