﻿@charset "utf-8";


.photo {
   position:relative;
   overflow:hidden;
   margin:0 auto;
   width:610px;
   height:610px;
   text-align:left;
   list-style:none;
}

.photo li {
   position:absolute;
}

.text {
   position:relative;
   overflow:hidden;
   width:360px;
   height:14px;
   margin:0 auto;
   padding:15px;
   text-align:left;
   border:1px solid #ccc;
   background:#000;
   list-style:none;
}

.text li {
   position:absolute;
}

#back {
   padding:50px 0;
}

#thanks {
   text-align:right;
   padding:10px 30px;
}