html {
	margin: 0;
	padding: 20px;
        float: center;
}

body {
	background: #D7D3CF;
        padding: 20px;
        float: center;
        margin: 0;
}
.main_title {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 208px;
/*  height: 35px; */
  height: 40px;
  position: center;
  float: center;
  overflow-y:hidden;
  overflow-x:hidden;
  margin: 1px 1px 1px 1px;
}
.main_title table {
  position: relative;
  width: 206px;
  height: 25px;
  position: center;
  float: center;
  overflow-y:hidden;
  margin: 1px 1px 1px 1px;
  backgroud-color: #fff;
  border: 1px solid #a09e9b;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px white;
}
.button {
  width: 40px;
  position: center;
  float: center;
  background: white;
  font-size: 13px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-family: Verdana;
  vertical-align: middle;
  padding-bottom: 3px;
}
.button:hover{background-color:#a09e9b}

.title {
  width: 161px;
  position: center;
  float: center;
  text-align: center;
  font-size: 11px;
  color: #fcc246;
  font-style: normal;
  font-weight: normal;
  font-family: Verdana;
  background: #a09e9b;
  vertical-align: middle;
  padding-bottom: 2px;
}
.my-gallery {
  position: absolute;
  left: 50px;
  top: 45px;
  width: 208px;
  height: 208px;
  float: center;
  overflow-y:hidden;
  margin: 1px 1px 1px 1px;
}
.my-gallery img {
  /*width: 100%;*/
  padding: 2px;
  backgroud-color: #fff;
  border: 1px solid #a09e9b;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px white;
}
.my-gallery figure {
  display: block;
  position: center;
  height: 208px;
  width: 208px;  
  float: center;
  margin: 0 0px 3px 0px;
}
.my-gallery figcaption {
  display: none;
}

.gallery-space {
  position: absolute;
  left: 50px;
  top: 45px;
  width: 208px;
  height: 20px;
  float: center;
  overflow-y:hidden;
  margin: 1px 1px 1px 1px;
}

.album_thumbnail img {
  padding: 2px;
  backgroud-color: #fff;
  border: 1px solid #a09e9b;
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px white;
}
