@import url('../comments/index.css') all;

#navigation {
  position: absolute;
  margin: 460px 0px 0px 10px;
  float: left;
}

#guestbook_posts {
  margin: 180px 0px 0px 470px;
  width: 460px;
  overflow: hidden;
}

.guestbook_post {
  border-top: 1px dashed #FFFFFF; 
  border-bottom: 1px dashed #FFFFFF;  
  padding-top: 15px;
  margin: 5px 0px 5px 0px;
}