*{
  margin: 0;
  padding: 0;
}
body{
  background: #000000;
  height: 100%;
}
html{
  height: 100%;
}
#basis{
  width: 730px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0 90px 0;
}
.thumbnail{
  float: left;
  display: inline;
  margin: 0 13px 25px 12px;
  width: 155px;
  height: 155px;
}
.thumbnail img{
  border: 8px solid #262626;
  display: block;
}
/*.image{
  display: block;
  margin: 0 auto;
}*/
#wrap{
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
#wrap td{
	border-collapse: collapse;
  height: 100%;
  text-align: center;
}