#alpha { width: 100%; }

/* Stuff inside gallery_id will be positioned relative to it. */
.gallery_id {
  width: 580px;
}

/* gallery_img is at an absolute position inside gallery_id */
.gallery_img {
  width: 450px;
  margin: 5px;
  float: left;
}

/* gallery_about is at an absolute position inside gallery_id */
.gallery_about {
  font-family: 'american typewriter', courier, fixed;
  float: right;
  width: 100px;
}
a.gallery_link, .gallery_link {
    font-size: 16px;
    text-decoration: none;
}

