table#profiles {
  vertical-align: center ;
  margin: 0 auto ;
  margin-top: 30px ;
  text-align: center ;
  width: 900px ;
}

table#profiles td {
  vertical-align: top ;
  width: 50% ;
}

table#profiles div.box {
  background-color: #fff ;
  background-image: url( "../imgs/mac_gradient_box.jpg" ) ;
  background-position: bottom center ;
  background-repeat: repeat-x ;
  border: 1px solid #dedede ;
  padding: 7px ;
  float: left ;
  width: 90% ;
  height: 300px ;
}

table#thumbnails {
  margin: 0 auto ;
  margin-top: 30px ;
  text-align: center ;
}

table#thumbnails td {
  background-color: #fff ;
  background-image: url( "../imgs/mac_gradient_box.jpg" ) ;
  background-position: bottom center ;
  background-repeat: repeat-x ;
  border: 1px solid #dedede ;
  padding: 7px ;
  width: 150px ;
  height: 160px ;
  text-align: center ;
  vertical-align: top
}

table#thumbnails div.frame, table#thumbnails div.frame img.cover {
  width: 120px ;
  height: 160px ;
  margin: 0 auto ;
  text-align: center ;
}

table#thumbnails div.name {
  text-align: center ;
}

table#thumbnails div.name a {
  color: #0090dd ;
  font-weight: bold ;
}

div#search {
  margin-top: 30px ;
  text-align: center ;
}