@import url('common.css');
body {
  border:0px solid red;
  background-color: #766645;
  background-image:url('thingy.PNG');
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
}
html {
     text-decoration:none;
        margin: 0 auto; 
        max-width: 640px;
     padding:0;
}

.page1 {
  position: relative;
  width: 100%;
}
.left {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40%;
  background-color: #766645;
}
.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  vertical-align: middle;
  background-color: #766645;
}
.thumb0 {
  margin:5px;  
  display: flex;
  float: right;
  width:95px;
  height:95px;
  text-align: center;
  overflow:hidden;
  justify-content: center;
  align-items: center;
 }

