
body {
    background-color:#fff;
    background-image:url('../img/body_bg.png');
    background-repeat:repeat-x;
    background-position:top;
    background-attachment:fixed;
}

.gist pre {
    font-size:10px;
}

.cover_photo_img {
    -moz-border-radius: 7px;
    border-radius: 7px;
}


/* Footer
-------------------------------------------------- */
.footer {
  margin-top: 45px;
  padding: 35px 0 36px;
}
.footer p {
  margin-bottom: 0;
  color: #555;
}
